summaryrefslogtreecommitdiff
path: root/libre/linux-libre/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-02-24 00:15:29 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-02-24 00:15:29 -0300
commit8ce56f6ffc2826ca322adb4d0291152f9f5a69aa (patch)
tree7acba3c8f620335800bffda6be77c5a70ef76c48 /libre/linux-libre/PKGBUILD
parent64d0224da4f7a9fe0a61d93c2cdc506090440048 (diff)
downloadabslibre-8ce56f6ffc2826ca322adb4d0291152f9f5a69aa.tar.gz
abslibre-8ce56f6ffc2826ca322adb4d0291152f9f5a69aa.tar.bz2
abslibre-8ce56f6ffc2826ca322adb4d0291152f9f5a69aa.zip
fixes
Diffstat (limited to 'libre/linux-libre/PKGBUILD')
-rw-r--r--libre/linux-libre/PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/libre/linux-libre/PKGBUILD b/libre/linux-libre/PKGBUILD
index 8d2b6e9d1..a4b9993b4 100644
--- a/libre/linux-libre/PKGBUILD
+++ b/libre/linux-libre/PKGBUILD
@@ -79,9 +79,11 @@ build() {
# ensure N32, add localversion and remove uevent helper as per
# https://git.kernel.org/?p=linux/hotplug/udev.git;a=blob_plain;f=README
sed -i -e "s|CONFIG_MIPS32_N32=.*|CONFIG_MIPS32_N32=y|g" \
- -e "s|CONFIG_MIPS32_N32=.*|CONFIG_MIPS32_N32=y|g" \
-e "s|CONFIG_UEVENT_HELPER_PATH=.*|CONFIG_UEVENT_HELPER_PATH=\"\"|g" \
-e "s|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION=\"-LIBRE\"|g" ./.config
+
+# Build BATMAN_ADV module
+ sed -i -e "s|\(# \)\?CONFIG_BATMAN_ADV\[ =\].*|CONFIG_BATMAN_ADV=m|g" ./.config
else
cat "${srcdir}/config.${CARCH}" > ./.config # simpler
fi