diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-08 17:51:54 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-09-08 17:51:54 +0000 |
commit | 6142d590e33636eab99451f026fbb88161031ae0 (patch) | |
tree | ec21302c0747929f6c710f09ecf0d269a1ff6eea /target/linux/ar71xx/config-3.3 | |
parent | 41be3a0bd3c75498ef641c1611201e18cb94150c (diff) |
ar71xx: add library code for RLE decoding
It will be used for the MikroTik boards.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33337 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/config-3.3')
-rw-r--r-- | target/linux/ar71xx/config-3.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/config-3.3 b/target/linux/ar71xx/config-3.3 index f3466130f..3b3ace506 100644 --- a/target/linux/ar71xx/config-3.3 +++ b/target/linux/ar71xx/config-3.3 @@ -188,6 +188,7 @@ CONFIG_PCI_DOMAINS=y CONFIG_PERF_USE_VMALLOC=y CONFIG_PHYLIB=y # CONFIG_PREEMPT_RCU is not set +# CONFIG_RLE_DECOMPRESS is not set CONFIG_RTL8306_PHY=y CONFIG_RTL8366RB_PHY=y CONFIG_RTL8366S_PHY=y |