aboutsummaryrefslogtreecommitdiffstats
path: root/package/swconfig/Makefile
diff options
context:
space:
mode:
authorJonas Gorski <jogo@openwrt.org>2011-07-27 18:00:18 +0000
committerJonas Gorski <jogo@openwrt.org>2011-07-27 18:00:18 +0000
commitc86f6a92354ee847ef8b06ce1061ff45989e9148 (patch)
treeabee889c94a256789fdcbc913c8ed7b75bc3cc40 /package/swconfig/Makefile
parent667740bb3f3a221a6cc8adc9ebdd7f4ecab1c2f0 (diff)
downloadupstream-c86f6a92354ee847ef8b06ce1061ff45989e9148.tar.gz
upstream-c86f6a92354ee847ef8b06ce1061ff45989e9148.tar.bz2
upstream-c86f6a92354ee847ef8b06ce1061ff45989e9148.zip
swconfig: Add generic switch identifiers
Also make switches available under a generic name "switch<num>" for device name agnostic access. The old device name is used as an alias for backward compatibility. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27800 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/swconfig/Makefile')
-rw-r--r--package/swconfig/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/swconfig/Makefile b/package/swconfig/Makefile
index 363b3a01fd..58ae75f466 100644
--- a/package/swconfig/Makefile
+++ b/package/swconfig/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=swconfig
-PKG_RELEASE:=7
+PKG_RELEASE:=8
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/kernel.mk