summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-20 12:16:36 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-20 12:16:36 -0300
commita795c43769d1cb1c19a4fdd66c662e92ab73bf0f (patch)
tree5104dd92b4001f4daa064309857494d68dbc75d5
parentd53e4a483d2cbdebd6af056472527e8fbd0bec79 (diff)
Other batman-adv options
-rw-r--r--libre/linux-libre/PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 7cd4e6a6b..ae5f2f5f7 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -85,6 +85,7 @@ build() {
-e "s;(CONFIG_USB(_COMMON|_EHCI_HCD|_OHCI_HCD|_STORAGE.*|_UAS)?)=.*;\1=y;g" \
-e "s|# CONFIG_BATMAN_ADV is not set|CONFIG_BATMAN_ADV=m|g" \
./.config
+ echo -e "CONFIG_BATMAN_ADV_BLA=y\nCONFIG_BATMAN_ADV_DEBUG=n" >> .config
else
cat "${srcdir}/config.${CARCH}" > ./.config # simpler
fi