diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 12:35:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-01-20 12:35:00 +0000 |
commit | 599cf4f524016ebd16882f7ec64e2aff325d3b82 (patch) | |
tree | 8c186144c966717fe2db431c630ff8dcdd16d91b /include | |
parent | fe2cb26703de11356d8a3089dad47a76eff9337f (diff) | |
download | upstream-599cf4f524016ebd16882f7ec64e2aff325d3b82.tar.gz upstream-599cf4f524016ebd16882f7ec64e2aff325d3b82.tar.bz2 upstream-599cf4f524016ebd16882f7ec64e2aff325d3b82.zip |
Add WL-700gE support (based on work by jr)
Includes kernel/diag patch and a new target profile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6142 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/kernel-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 9a1e36328b..26f3054998 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -26,7 +26,7 @@ endif FEATURES:=$(sort $(FEATURES)) # For target profile selection - the default set -DEFAULT_PACKAGES:=base-files libgcc uclibc bridge busybox dnsmasq dropbear iptables mtd ppp ppp-mod-pppoe mtd +DEFAULT_PACKAGES:=base-files libgcc uclibc bridge busybox dnsmasq dropbear iptables mtd ppp ppp-mod-pppoe mtd kmod-ipt-nathelper ifeq ($(DUMP),1) all: dumpinfo |