diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-01-18 00:38:04 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-01-18 00:38:04 +0000 |
commit | 45b797478c52ca1408bf2a2d13b0c967b92f2bc1 (patch) | |
tree | 4852e7a6d22a337a7c3536452ed2b3a18dcec83c /package/swconfig/Makefile | |
parent | 764549aa545cb03a24ff41eabed91a2cab920d00 (diff) | |
download | upstream-45b797478c52ca1408bf2a2d13b0c967b92f2bc1.tar.gz upstream-45b797478c52ca1408bf2a2d13b0c967b92f2bc1.tar.bz2 upstream-45b797478c52ca1408bf2a2d13b0c967b92f2bc1.zip |
swconfig: support providing the switch device name in an option instead of the section name - necessary to support switches that contain characters such as "-"
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19208 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/swconfig/Makefile')
-rw-r--r-- | package/swconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile index a7bed73174..72af8c735f 100644 --- a/package/swconfig/Makefile +++ b/package/swconfig/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=swconfig -PKG_RELEASE:=3 +PKG_RELEASE:=4 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/kernel.mk |