X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=package%2Fswitch%2FMakefile;h=fd1504e1565f89a31e4d0dd4c4f1bd99e9ddacc8;hb=801985e5286881dd578a19280b2a6c8e212a530d;hp=364416de793f796d1773bef3b037d1a5bd0db0cd;hpb=7d9def4e2ef344626e4b5d2944345dd2779ac22b;p=openwrt.git diff --git a/package/switch/Makefile b/package/switch/Makefile index 364416de79..fd1504e156 100644 --- a/package/switch/Makefile +++ b/package/switch/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,19 +9,19 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=kmod-switch -PKG_RELEASE:=4 +PKG_RELEASE:=6 include $(INCLUDE_DIR)/package.mk define KernelPackage/switch SUBMENU:=Other modules - DEPENDS:=@TARGET_brcm47xx||TARGET_brcm63xx + DEPENDS:=@TARGET_brcm47xx TITLE:=Switch drivers FILES:= \ $(PKG_BUILD_DIR)/switch-core.ko \ $(PKG_BUILD_DIR)/switch-adm.ko \ $(PKG_BUILD_DIR)/switch-robo.ko - AUTOLOAD:=$(call AutoLoad,20,switch-core switch-robo switch-adm) + AUTOLOAD:=$(call AutoLoad,20,switch-core switch-robo switch-adm,1) endef define KernelPackage/switch/description