openwrt/package/base-files
Matthias Schiffer a1f918cd92
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-27 10:10:02 +01:00
..
files base-files: fix user creation on sysupgrade with few opkg control files 2017-01-27 10:10:02 +01:00
Makefile build: use mkhash to replace various quirky md5sum/openssl calls 2017-01-05 11:09:12 +01:00
image-config.in LEDE v17.01: set branch defaults 2017-01-16 18:56:07 +01:00