X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Frb532%2FMakefile;h=3a8eec66f33c6796cd6937c465fca639c6bb9092;hb=8291b0bd357fb86c05193278432d8fdf5957306d;hp=8f036cc991f5d97b291e6a6bfebfa759e4425e79;hpb=99c63ce951c81d058e90564dd3f9c8553bfe9c24;p=openwrt%2Fopenwrt.git diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index 8f036cc991..3a8eec66f3 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 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 tgz +FEATURES:=pci targz squashfs minor nand -LINUX_VERSION:=2.6.30-rc7 +KERNEL_PATCHVER:=4.9 include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += hostapd-mini kmod-madwifi + +DEFAULT_PACKAGES += wpad-mini kmod-ath5k kmod-input-rb532 e2fsprogs mkf2fs nand-utils $(eval $(call BuildTarget))