move a few development packages to trunk and add myself as a maintainer

SVN-Revision: 33705
This commit is contained in:
Felix Fietkau
2012-10-10 13:26:27 +00:00
parent 936c1b9424
commit c6b27e2885
11 changed files with 807 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/configure.in
+++ b/configure.in
@@ -260,7 +260,7 @@ case "${host_os}" in
# Ok, this is linux. Check the kernel version
AC_MSG_CHECKING([for the kernel version])
- kernel=`uname -r`
+ kernel=${UNAME_R:-`uname -r`}
case "${kernel}" in
2.6.*|3.*)