diff options
author | Jonas Gorski <jogo@openwrt.org> | 2011-07-27 18:00:18 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2011-07-27 18:00:18 +0000 |
commit | eaa935658b7ec77bfd8b99b557ad196425b620f4 (patch) | |
tree | 85ae0f6e1bff3c06ac7b12de828d5a6a86194931 /package/swconfig/Makefile | |
parent | 8ff7756e829dde4fcf69eeb9cca673cc7c7bd945 (diff) | |
download | upstream-eaa935658b7ec77bfd8b99b557ad196425b620f4.tar.gz upstream-eaa935658b7ec77bfd8b99b557ad196425b620f4.tar.bz2 upstream-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/Makefile | 2 |
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 |