1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] rename kmod-switch-ip175c package to kmod-switch-ip17xx

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22544 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2010-08-08 20:01:16 +00:00
parent 501cad2ce2
commit cc2563940f
2 changed files with 8 additions and 8 deletions

View File

@@ -51,20 +51,20 @@ endef
$(eval $(call KernelPackage,mvswitch)) $(eval $(call KernelPackage,mvswitch))
define KernelPackage/switch-ip175c define KernelPackage/switch-ip17xx
SUBMENU:=$(NETWORK_DEVICES_MENU) SUBMENU:=$(NETWORK_DEVICES_MENU)
TITLE:=IC+ IP175C/IP178C switch support TITLE:=IC+ IP17XX switch support
DEPENDS:=+kmod-swconfig DEPENDS:=+kmod-swconfig
KCONFIG:=CONFIG_IP175C_PHY KCONFIG:=CONFIG_IP17XX_PHY
FILES:=$(LINUX_DIR)/drivers/net/phy/ip175c.ko FILES:=$(LINUX_DIR)/drivers/net/phy/ip17xx.ko
AUTOLOAD:=$(call AutoLoad,42,ip175c) AUTOLOAD:=$(call AutoLoad,42,ip17xx)
endef endef
define KernelPackage/switch-ip175c/description define KernelPackage/switch-ip17xx/description
IC+ IP175C/IP178C switch support IC+ IP175C/IP178C switch support
endef endef
$(eval $(call KernelPackage,switch-ip175c)) $(eval $(call KernelPackage,switch-ip17xx))
define KernelPackage/natsemi define KernelPackage/natsemi
SUBMENU:=$(NETWORK_DEVICES_MENU) SUBMENU:=$(NETWORK_DEVICES_MENU)

View File

@@ -7,6 +7,6 @@
define Profile/ar525w define Profile/ar525w
NAME:=Airlink AR525W NAME:=Airlink AR525W
PACKAGES:=kmod-rt61-pci kmod-switch-ip175c swconfig PACKAGES:=kmod-rt61-pci kmod-switch-ip17xx swconfig
endef endef
$(eval $(call Profile,ar525w)) $(eval $(call Profile,ar525w))