diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-07 23:25:43 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-06-07 23:25:43 +0000 |
commit | 97ee10d69172eacf4735ce1070bc0b21111a7b63 (patch) | |
tree | 6dd2425f7d7ba1f8e475ea7739cc2503eaa0a157 /package/base-files/Makefile | |
parent | 6894dfb0fb9e983165b36dcce3042c4f4b130cf4 (diff) | |
download | upstream-97ee10d69172eacf4735ce1070bc0b21111a7b63.tar.gz upstream-97ee10d69172eacf4735ce1070bc0b21111a7b63.tar.bz2 upstream-97ee10d69172eacf4735ce1070bc0b21111a7b63.zip |
base-files: fix error reporting for unsupported protocols on virtual interfaces
SVN-Revision: 27132
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 5e6e652716..2ad6bdd516 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:=71 +PKG_RELEASE:=72 PKG_FILE_DEPENDS:=$(PLATFORM_DIR)/ $(GENERIC_PLATFORM_DIR)/base-files/ PKG_BUILD_DEPENDS:=opkg/host |