1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-22 08:38:28 +02:00
openwrt/package/base-files
Matthias Schiffer 86ccaf4c18
base-files: fix user creation on sysupgrade with few opkg control files
If only a single opkg control file exists (which can happen with
CONFIG_CLEAN_IPKG), grep would not print the file name by default. Instead
of forcing it using -H, we just switch to -l (print only file names) and
get rid of the cut.

Add -s to suppress an error message when no control files exist.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
2017-01-24 19:08:41 +01:00
..
files base-files: fix user creation on sysupgrade with few opkg control files 2017-01-24 19:08:41 +01:00
image-config.in opkg: drop S/MIME support 2017-01-10 13:44:25 +01:00
Makefile base-files: add /etc/iproute2/rt_protos 2017-01-18 13:15:28 +01:00