diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-08 18:48:38 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-11-08 18:48:38 +0000 |
commit | daca6a6a97f89214b6fbfccf7989b4c17bde3da6 (patch) | |
tree | ce5c29a8a9297ba4a999762e9153db8424be877e /package/base-files/Makefile | |
parent | a73fffe85735f0417902ad3f43abc15348005713 (diff) | |
download | upstream-daca6a6a97f89214b6fbfccf7989b4c17bde3da6.tar.gz upstream-daca6a6a97f89214b6fbfccf7989b4c17bde3da6.tar.bz2 upstream-daca6a6a97f89214b6fbfccf7989b4c17bde3da6.zip |
base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely
SVN-Revision: 28862
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 2b1cfa13b3..e29e63b3d9 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=base-files -PKG_RELEASE:=89 +PKG_RELEASE:=90 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |