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 | e7340d0dcab29c7b8f98f7d8d9e3a0240946cc08 (patch) | |
tree | acb6589577c051f6717ba5364b39fd1bf78073e9 /package/base-files/Makefile | |
parent | 6e2ee91229e3eb034e9ce09528841af99817d98c (diff) | |
download | upstream-e7340d0dcab29c7b8f98f7d8d9e3a0240946cc08.tar.gz upstream-e7340d0dcab29c7b8f98f7d8d9e3a0240946cc08.tar.bz2 upstream-e7340d0dcab29c7b8f98f7d8d9e3a0240946cc08.zip |
package/base-files: move /etc/functions.sh to /lib/functions.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28857 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 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 |