X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Frb532%2FMakefile;h=e95524aed215deec920125263a65f65bf99bcce0;hb=02515f018799496a607216b7b765a1a60c2e22be;hp=7d73d60a301155f16c807ae5a1ccfc2bf73d9509;hpb=5f9a6a543173ac8b429c6304fa3c6cf225d5e504;p=lede.git diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 7d73d60a30..e95524aed2 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,11 +9,12 @@ include $(TOPDIR)/rules.mk ARCH:=mipsel BOARD:=rb532 BOARDNAME:=Mikrotik RouterBoard 532 -FEATURES:=jffs2 pci targz +FEATURES:=pci targz squashfs minor nand -LINUX_VERSION:=2.6.32.24 +KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += wpad-mini kmod-madwifi kmod-input-rb532 + +DEFAULT_PACKAGES += wpad-mini kmod-ath5k kmod-input-rb532 e2fsprogs mkf2fs nand-utils $(eval $(call BuildTarget))