X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fadm5120%2FMakefile;h=462de16de27016719bdbaebe6d3ab458011c506b;hb=c2240a6663a167aaa77fd69ba0cab02d3b9a31bc;hp=3634565fbc9b79f47602dfac578edd01743bffa0;hpb=41f071680479a404b250cde49b85555cc6074cb6;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index 3634565fbc..462de16de2 100644 --- a/target/linux/adm5120/Makefile +++ b/target/linux/adm5120/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 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,13 +9,14 @@ include $(TOPDIR)/rules.mk BOARD:=adm5120 BOARDNAME:=Infineon/ADMtek ADM5120 -LINUX_VERSION:=2.6.27.19 -SUBTARGETS:=router_le router_be +LINUX_VERSION:=3.7.3 +SUBTARGETS:=router_le router_be rb1xx INITRAMFS_EXTRA_FILES:= include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += admswconfig hostapd-mini 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))