Hi All,
I have managed to build fon-ng LA Fonera2.0N successfully for use on
an Omnima MiniEMBWifi unit. Good stuff.
Not sure this is the right mailing list, but I thought I would share
some of my challenges, as I wasted a good half a day on them.
1) Quilt moans about the patch version, think I had to do this on
Debian Squeeze as well.
Newer Openwrt have patches for this, so I wrote a patch based on the
one in backfire to allow quilt to use the patch version I am using. I
have attached the patch (no idea why I called it 100-patch-2.6.1.patch
but I have), needs to be placed in openwrt/tools/quilt/patches (note
the directory does not exist).
2) Cannot download the kernel sources.
I noted a email about this on this mailing list. The source is back up
now on kernel.org as 2.6.21.tar.bz2, so basically they have dropped
the previous versions as it is now unmaintained. any plans to change
the build? Only a nubie like me would go to mips-linx and download
2.6.21.7 as it seems like the file :-)
Hope this helps.
diff -rupN quilt-0.47_orig//configure quilt-0.47/configure
--- quilt-0.47_orig//configure 2008-08-21 13:18:42.000000000 +0100
+++ quilt-0.47/configure 2011-10-21 20:34:15.070285001 +0100
@@ -5896,7 +5896,12 @@ fi
echo $ECHO_N "checking the version of $PATCH... $ECHO_C" >&6; }
if $PATCH --version 2> /dev/null | grep GNU >/dev/null; then
set -- `$PATCH --version 2> /dev/null`
- patch_version=$2
+ #patch_version=$2
+ if test x$1 = xGNU ; then
+ patch_version=$3
+ else
+ patch_version=$2
+ fi
{ echo "$as_me:$LINENO: result: $patch_version" >&5
echo "${ECHO_T}$patch_version" >&6; }
saved_IFS=$IFS; IFS='.'
_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development