summaryrefslogtreecommitdiff
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
parent64d0224da4f7a9fe0a61d93c2cdc506090440048 (diff)
fixes
-rw-r--r--libre/linux-libre/PKGBUILD4
-rw-r--r--libre/your-freedom/your-freedom.install2
2 files changed, 4 insertions, 2 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
diff --git a/libre/your-freedom/your-freedom.install b/libre/your-freedom/your-freedom.install
index 49ae04510..50988f587 100644
--- a/libre/your-freedom/your-freedom.install
+++ b/libre/your-freedom/your-freedom.install
@@ -19,7 +19,7 @@ pre_install() {
* Etc.
Please report back to the Parabola Project on the usual channels:
- * http://bugs.parabolagnulinux.org
+ * https://bugs.parabolagnulinux.org
* irc://freenode.net/#parabola
* mailto:dev@list.parabolagnulinux.org
EOM