Author: blogic Date: 2014-09-16 20:35:05 +0200 (Tue, 16 Sep 2014) New Revision: 42580
Modified: branches/barrier_breaker/target/linux/lantiq/base-files/etc/init.d/dsl_fs Log: Lantiq: fix build warning from dsl_fs script fix inclusion of functions.sh in dsl_fs init script without this, the following error is seen during build: ./etc/init.d/dsl_fs: line 4: /lib/functions.sh: No such file or directory Signed-off-by: Thomas Langer <[email protected]> Backport of r42575 Modified: branches/barrier_breaker/target/linux/lantiq/base-files/etc/init.d/dsl_fs =================================================================== --- branches/barrier_breaker/target/linux/lantiq/base-files/etc/init.d/dsl_fs 2014-09-16 18:35:03 UTC (rev 42579) +++ branches/barrier_breaker/target/linux/lantiq/base-files/etc/init.d/dsl_fs 2014-09-16 18:35:05 UTC (rev 42580) @@ -1,7 +1,7 @@ #!/bin/sh /etc/rc.common # Copyright (C) 2014 OpenWrt.org -. /lib/functions.sh +. $IPKG_INSTROOT/lib/functions.sh START=30 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
