Makefile 522 B

12345678910111213141516171819202122232425
  1. #
  2. # Copyright (C) 2007,2008 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. BOARD:=adm5120
  9. BOARDNAME:=Infineon/ADMtek ADM5120
  10. LINUX_VERSION:=2.6.25.9
  11. SUBTARGETS:=router_le router_be
  12. INITRAMFS_EXTRA_FILES:=
  13. include $(INCLUDE_DIR)/target.mk
  14. DEFAULT_PACKAGES += admswconfig
  15. DEFAULT_PACKAGES += \
  16. kmod-input-core \
  17. kmod-input-polldev \
  18. kmod-input-gpio-buttons \
  19. kmod-button-hotplug
  20. $(eval $(call BuildTarget))