openwrtv3/package/base-files/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
..
bin base-files: Changed UCI variable name for GPIO value from 'default' to 'value' 2016-12-12 09:57:40 +01:00
etc base-files: fix user creation on sysupgrade with few opkg control files 2017-01-24 19:08:41 +01:00
lib base-files: save /bin/mknod for sysupgrade 2017-01-06 15:34:14 +01:00
rom rename default/ to files/ 2006-11-22 23:30:57 +00:00
sbin base-files: validate metadata of sysupgrade images 2016-11-19 11:24:09 +01:00
usr base-files: add ARCH_PACKAGES to openwrt_release and os-release 2017-01-16 13:29:47 +01:00