diff options
author | Nicolas Thill <nico@openwrt.org> | 2011-11-08 14:14:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2011-11-08 14:14:29 +0000 |
commit | b6aef59ea82f994b2cd7e926aa2d6c73ee5bdba4 (patch) | |
tree | d4aeb3557e008812ab2e222f15a533b1cc6dce1e /package/base-files/Makefile | |
parent | 7de2766a02a93360a52626d2e477a9ba2ad40875 (diff) | |
download | upstream-b6aef59ea82f994b2cd7e926aa2d6c73ee5bdba4.tar.gz upstream-b6aef59ea82f994b2cd7e926aa2d6c73ee5bdba4.tar.bz2 upstream-b6aef59ea82f994b2cd7e926aa2d6c73ee5bdba4.zip |
package/base-files: move /etc/functions.sh to /lib/functions.sh
SVN-Revision: 28857
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 530d2ca35b..c3b0350889 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:=87 +PKG_RELEASE:=88 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |