diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2016-12-09 16:04:49 -0800 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-01 16:07:30 +0100 |
commit | 4d561b3a30c2bba4d525df2c13c4a938cef92b3e (patch) | |
tree | 6158a893a4100ae312e7961480b565989f597a7c /target/linux/octeon | |
parent | f8d8b60f1b410af299f39640031c16b2bf2fa2da (diff) | |
download | upstream-4d561b3a30c2bba4d525df2c13c4a938cef92b3e.tar.gz upstream-4d561b3a30c2bba4d525df2c13c4a938cef92b3e.tar.bz2 upstream-4d561b3a30c2bba4d525df2c13c4a938cef92b3e.zip |
package-ipkg: Do not fail build without base-files
If the base-files package is not selected, we will fail executing the
very first postinst script:
make[3]: Leaving directory `/local/users/fainelli/openwrt/trunk'
cp -fpR
/local/users/fainelli/openwrt/trunk/build_dir/target-arm_xscale_musl-1.1.15_eabi/root-orion
/local/users/fainelli/openwrt/trunk/build_dir/target-arm_xscale_musl-1.1.15_eabi/root.orig-orion
./usr/lib/opkg/info/busybox.postinst: line 3:
/local/users/fainelli/openwrt/trunk/build_dir/target-arm_xscale_musl-1.1.15_eabi/root-orion/lib/functions.sh:
No such file or directory
./usr/lib/opkg/info/busybox.postinst: line 4: default_postinst: command
not found
postinst script ./usr/lib/opkg/info/busybox.postinst has failed with
exit code 127
make[2]: *** [package/install] Error 1
Check for the existence of lib/functions.sh, and if it does not exist,
just bail out gracefully.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'target/linux/octeon')
0 files changed, 0 insertions, 0 deletions