summaryrefslogtreecommitdiffstats
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
commiteaa935658b7ec77bfd8b99b557ad196425b620f4 (patch)
tree85ae0f6e1bff3c06ac7b12de828d5a6a86194931 /package/swconfig/Makefile
parent8ff7756e829dde4fcf69eeb9cca673cc7c7bd945 (diff)
downloadmaster-31e0f0ae-eaa935658b7ec77bfd8b99b557ad196425b620f4.tar.gz
master-31e0f0ae-eaa935658b7ec77bfd8b99b557ad196425b620f4.tar.bz2
master-31e0f0ae-eaa935658b7ec77bfd8b99b557ad196425b620f4.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. SVN-Revision: 27800
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