From 8ce56f6ffc2826ca322adb4d0291152f9f5a69aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Reynolds?= Date: Fri, 24 Feb 2012 00:15:29 -0300 Subject: fixes --- libre/linux-libre/PKGBUILD | 4 +++- libre/your-freedom/your-freedom.install | 2 +- 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 -- cgit v1.2.3-2-g168b