mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 17:55:55 +02:00
package/kernel: use common gpio- & wdt- prefixes for GPIO and watchdog module names
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21137 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
77db1e61b6
commit
7716517d56
@ -393,7 +393,7 @@ endef
|
||||
$(eval $(call KernelPackage,gpio-dev))
|
||||
|
||||
|
||||
define KernelPackage/nsc-gpio
|
||||
define KernelPackage/gpio-nsc
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Natsemi GPIO support
|
||||
DEPENDS:=@TARGET_x86
|
||||
@ -409,7 +409,7 @@ endef
|
||||
$(eval $(call KernelPackage,nsc-gpio))
|
||||
|
||||
|
||||
define KernelPackage/scx200-gpio
|
||||
define KernelPackage/gpio-scx200
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Natsemi SCX200 GPIO support
|
||||
DEPENDS:=@TARGET_x86 +kmod-nsc-gpio
|
||||
@ -425,7 +425,7 @@ endef
|
||||
$(eval $(call KernelPackage,scx200-gpio))
|
||||
|
||||
|
||||
define KernelPackage/scx200-wdt
|
||||
define KernelPackage/wdt-scx200
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Natsemi SCX200 Watchdog support
|
||||
DEPENDS:=@TARGET_x86
|
||||
@ -441,7 +441,7 @@ endef
|
||||
$(eval $(call KernelPackage,scx200-wdt))
|
||||
|
||||
|
||||
define KernelPackage/sc520-wdt
|
||||
define KernelPackage/wdt-sc520
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Natsemi SC520 Watchdog support
|
||||
DEPENDS:=@TARGET_x86
|
||||
@ -591,7 +591,7 @@ endef
|
||||
$(eval $(call KernelPackage,mmc-atmelmci,1))
|
||||
|
||||
|
||||
define KernelPackage/cs5535-gpio
|
||||
define KernelPackage/gpio-cs5535
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=AMD CS5535/CS5536 GPIO driver
|
||||
DEPENDS:=@TARGET_x86
|
||||
@ -653,7 +653,7 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,rfkill))
|
||||
|
||||
define KernelPackage/geodewdt
|
||||
define KernelPackage/wdt-geode
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=Geode/LX Watchdog timer
|
||||
DEPENDS:=@TARGET_x86 @LINUX_2_6
|
||||
@ -668,7 +668,7 @@ endef
|
||||
|
||||
$(eval $(call KernelPackage,geodewdt))
|
||||
|
||||
define KernelPackage/pc8736x-gpio
|
||||
define KernelPackage/gpio-pc8736x
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=PC8736x GPIO support
|
||||
DEPENDS:=@TARGET_x86
|
||||
|
@ -11,7 +11,7 @@ BOARD:=ramips
|
||||
BOARDNAME:=Ralink RT288x/RT305x
|
||||
SUBTARGETS:=rt288x rt305x
|
||||
CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
||||
FEATURES:=squashfs broken
|
||||
FEATURES:=squashfs
|
||||
|
||||
LINUX_VERSION:=2.6.32.10
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/Soekris45xx
|
||||
NAME:=Soekris Net45xx
|
||||
PACKAGES:=kmod-natsemi kmod-leds-net48xx kmod-sc520-wdt
|
||||
PACKAGES:=kmod-natsemi kmod-leds-net48xx kmod-wdt-sc520
|
||||
endef
|
||||
|
||||
define Profile/Soekris45xx/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/Soekris48xx
|
||||
NAME:=Soekris Net48xx
|
||||
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-net48xx kmod-scx200-gpio kmod-scx200-wdt kmod-hwmon-pc87360
|
||||
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-net48xx kmod-gpio-scx200 kmod-wdt-scx200 kmod-hwmon-pc87360
|
||||
endef
|
||||
|
||||
define Profile/Soekris48xx/Description
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
define Profile/Wrap
|
||||
NAME:=PCEngines WRAP
|
||||
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-scx200-gpio kmod-scx200-wdt kmod-hwmon-pc87360
|
||||
PACKAGES:=kmod-i2c-scx200 kmod-natsemi kmod-leds-wrap kmod-gpio-scx200 kmod-wdt-scx200 kmod-hwmon-pc87360
|
||||
endef
|
||||
|
||||
define Profile/Wrap/Description
|
||||
|
@ -1,7 +1,7 @@
|
||||
BOARDNAME:=Soekris net5501
|
||||
DEFAULT_PACKAGES += kmod-ata-via-sata kmod-crypto-hw-geode \
|
||||
kmod-cs5535-gpio kmod-nsc-gpio kmod-pc8736x-gpio \
|
||||
kmod-geodewdt kmod-hwmon-core kmod-hwmon-pc87360 \
|
||||
kmod-gpio-cs5535 kmod-gpio-nsc kmod-gpio-pc8736x \
|
||||
kmod-wdt-geode kmod-hwmon-core kmod-hwmon-pc87360 \
|
||||
kmod-via-rhine \
|
||||
kmod-i2c-core kmod-i2c-gpio \
|
||||
kmod-i2c-algo-bit kmod-i2c-algo-pca kmod-i2c-algo-pcf \
|
||||
|
Loading…
Reference in New Issue
Block a user