Date:2010-08-08 22:01:16 (13 years 7 months ago)
Author:florian
Commit:cc2563940f4d989ecc90ef8a3b1851f6070a7fca
Message:[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
Files: package/kernel/modules/netdevices.mk (1 diff)
target/linux/rdc/profiles/ar525w.mk (1 diff)

Change Details

package/kernel/modules/netdevices.mk
5151
5252$(eval $(call KernelPackage,mvswitch))
5353
54define KernelPackage/switch-ip175c
54define KernelPackage/switch-ip17xx
5555  SUBMENU:=$(NETWORK_DEVICES_MENU)
56  TITLE:=IC+ IP175C/IP178C switch support
56  TITLE:=IC+ IP17XX switch support
5757  DEPENDS:=+kmod-swconfig
58  KCONFIG:=CONFIG_IP175C_PHY
59  FILES:=$(LINUX_DIR)/drivers/net/phy/ip175c.ko
60  AUTOLOAD:=$(call AutoLoad,42,ip175c)
58  KCONFIG:=CONFIG_IP17XX_PHY
59  FILES:=$(LINUX_DIR)/drivers/net/phy/ip17xx.ko
60  AUTOLOAD:=$(call AutoLoad,42,ip17xx)
6161endef
6262
63define KernelPackage/switch-ip175c/description
63define KernelPackage/switch-ip17xx/description
6464  IC+ IP175C/IP178C switch support
6565endef
6666
67$(eval $(call KernelPackage,switch-ip175c))
67$(eval $(call KernelPackage,switch-ip17xx))
6868
6969define KernelPackage/natsemi
7070  SUBMENU:=$(NETWORK_DEVICES_MENU)
target/linux/rdc/profiles/ar525w.mk
77
88define Profile/ar525w
99  NAME:=Airlink AR525W
10  PACKAGES:=kmod-rt61-pci kmod-switch-ip175c swconfig
10  PACKAGES:=kmod-rt61-pci kmod-switch-ip17xx swconfig
1111endef
1212$(eval $(call Profile,ar525w))

Archive Download the corresponding diff file



interactive