X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2FMakefile;h=47555c633609e00ce3c6fd9e75d0d7cb1645ba17;hb=13921165c701355f56fe4ca5bf53924fe381cdba;hp=eefc244f1ef28005bdf7a40d043b4eab8d46916f;hpb=44c0c623d3949c1d2567b5bd6c4430defc37c57b;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index eefc244f1e..47555c6336 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007,2008 OpenWrt.org +# Copyright (C) 2007-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,17 +9,14 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 -LINUX_VERSION:=2.6.25.7 -SUBTARGETS:=router_le router_be +LINUX_VERSION:=3.7.10 +SUBTARGETS:=router_le router_be rb1xx INITRAMFS_EXTRA_FILES:= include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += admswconfig -DEFAULT_PACKAGES += \ - kmod-input-core \ - kmod-input-polldev \ - kmod-input-gpio-buttons \ - kmod-button-hotplug +DEFAULT_PACKAGES += admswconfig wpad-mini kmod-input-core \ + kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug \ + kmod-leds-gpio kmod-ledtrig-adm5120-switch $(eval $(call BuildTarget))