1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-13 18:53:52 +02:00
openwrt/package
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
..
base-files base-files: fix user creation on sysupgrade with few opkg control files 2017-01-24 19:08:41 +01:00
boot uboot-envtools: add nsa310b envs 2017-01-24 16:21:25 +01:00
devel Revert "gdb: fix build with gcc 4.1.2 as host compiler" 2017-01-07 19:53:36 +01:00
firmware packages: mark packages depending on a target as nonshared 2017-01-24 09:45:05 +01:00
kernel mac80211: brcmfmac: don't use uninitialize mem for country codes 2017-01-24 16:55:21 +01:00
libs libtool: don't clobber host libtool infrastructure 2017-01-22 00:40:38 +01:00
network odhcpd: update to git HEAD version 2017-01-24 10:05:06 +01:00
system ubus: update to the latest version 2017-01-22 14:41:00 +01:00
utils packages: mark packages depending on a target as nonshared 2017-01-24 09:45:05 +01:00
Makefile Revert "build: always run package/cleanup before package/compile" 2017-01-22 13:47:40 +01:00