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 | 2df11b3cba30bbc5d16ecefc99b71d432ebf54e4 (patch) | |
tree | 20f9239de809c348f2dc75b474d880611d16510e /package/base-files/Makefile | |
parent | c0432f5687f38aa6e3bf0a66b26aed74649c9e28 (diff) | |
download | master-187ad058-2df11b3cba30bbc5d16ecefc99b71d432ebf54e4.tar.gz master-187ad058-2df11b3cba30bbc5d16ecefc99b71d432ebf54e4.tar.bz2 master-187ad058-2df11b3cba30bbc5d16ecefc99b71d432ebf54e4.zip |
[package] base-files: do not assume that "top" is busybox' top, but try to call the applet explicitely
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28862 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |