mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 09:10:37 +02:00
[ramips] use gpio_led package rather than staticly linking it into the kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18154 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cfceed17c5
commit
f9adb76e53
@ -16,6 +16,7 @@ FEATURES:=squashfs broken
|
|||||||
LINUX_VERSION:=2.6.30.9
|
LINUX_VERSION:=2.6.30.9
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/target.mk
|
include $(INCLUDE_DIR)/target.mk
|
||||||
|
DEFAULT_PACKAGES+=kmod-leds-gpio
|
||||||
|
|
||||||
define Target/Description
|
define Target/Description
|
||||||
Build firmware images for Ralink RT288x/RT305x based boards.
|
Build firmware images for Ralink RT288x/RT305x based boards.
|
||||||
|
@ -78,7 +78,7 @@ CONFIG_HW_RANDOM=m
|
|||||||
CONFIG_INITRAMFS_SOURCE=""
|
CONFIG_INITRAMFS_SOURCE=""
|
||||||
CONFIG_IRQ_CPU=y
|
CONFIG_IRQ_CPU=y
|
||||||
# CONFIG_ISDN is not set
|
# CONFIG_ISDN is not set
|
||||||
CONFIG_LEDS_GPIO=y
|
# CONFIG_LEDS_GPIO is not set
|
||||||
# CONFIG_LEMOTE_FULONG is not set
|
# CONFIG_LEMOTE_FULONG is not set
|
||||||
# CONFIG_MACH_ALCHEMY is not set
|
# CONFIG_MACH_ALCHEMY is not set
|
||||||
# CONFIG_MACH_DECSTATION is not set
|
# CONFIG_MACH_DECSTATION is not set
|
||||||
|
Loading…
Reference in New Issue
Block a user