diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 07:57:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 07:57:51 +0000 |
commit | 55cdb4dbb31b6a6a2ca5551a1119f2601d144e13 (patch) | |
tree | 82421eea42436817969748b846b3b26b9f9a5b73 | |
parent | 876fb249a81c43841bb0c1cbf6df5011c765004b (diff) | |
download | upstream-55cdb4dbb31b6a6a2ca5551a1119f2601d144e13.tar.gz upstream-55cdb4dbb31b6a6a2ca5551a1119f2601d144e13.tar.bz2 upstream-55cdb4dbb31b6a6a2ca5551a1119f2601d144e13.zip |
lantiq: enable atm-esi by default for xrx200
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44769
-rw-r--r-- | target/linux/lantiq/xrx200/target.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xrx200/target.mk b/target/linux/lantiq/xrx200/target.mk index 726f79b3c7..efa4b79eaa 100644 --- a/target/linux/lantiq/xrx200/target.mk +++ b/target/linux/lantiq/xrx200/target.mk @@ -5,7 +5,7 @@ FEATURES:=squashfs atm mips16 jffs2 nand ubifs CPU_TYPE:=34kc CPU_SUBTYPE:=dsp -DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig +DEFAULT_PACKAGES+=kmod-leds-gpio kmod-gpio-button-hotplug swconfig atm-esi define Target/Description Lantiq XRX200 |