diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-05-26 10:25:55 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-05-26 10:25:55 +0000 |
commit | a94930dbbbe4a7f616963224b0336aeb16600495 (patch) | |
tree | 800331c54904f3852cf312c678227b1eaf403dd1 /target | |
parent | 075a46c0662c3dcb10de6edda898e4fb73319471 (diff) | |
download | upstream-a94930dbbbe4a7f616963224b0336aeb16600495.tar.gz upstream-a94930dbbbe4a7f616963224b0336aeb16600495.tar.bz2 upstream-a94930dbbbe4a7f616963224b0336aeb16600495.zip |
include kmod-usb-storage and kmod-ipt-nathelper-extra for SIP connection tracking
SVN-Revision: 16075
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/brcm63xx/profiles/200-GW6X00.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/target/linux/brcm63xx/profiles/200-GW6X00.mk b/target/linux/brcm63xx/profiles/200-GW6X00.mk index 0657a82229..9e60cff55a 100644 --- a/target/linux/brcm63xx/profiles/200-GW6X00.mk +++ b/target/linux/brcm63xx/profiles/200-GW6X00.mk @@ -7,9 +7,10 @@ define Profile/GW6X00 NAME:=Tecom GW6X00 - PACKAGES:=kmod-b43 kmod-usb-core kmod-usb-ohci \ + PACKAGES:=kmod-b43 kmod-usb-core kmod-usb-ohci kmod-usb-storage \ kmod-fs-ext2 kmod-nls-cp437 kmod-nls-iso8859-1 kmod-fs-vfat \ - kmod-loop e2fsprogs + kmod-loop e2fsprogs \ + kmod-ipt-nathelper-extra endef define Profile/GW6X00/Description |