Unslung - lock linux-libc-headers back to the previous version.
authorMike Westerhof <mwester@dls.net>
Sat, 16 Dec 2006 17:48:50 +0000 (17:48 +0000)
committerMike Westerhof <mwester@dls.net>
Sat, 16 Dec 2006 17:48:50 +0000 (17:48 +0000)
Fixes the problem with missing linux/modules.h when building busybox.

conf/distro/unslung.conf

index 892c589..25ac84d 100644 (file)
@@ -75,3 +75,10 @@ INHERIT += "nslu2-mirrors"
 PREFERRED_VERSION_ipkg ?= "0.99.154"
 PREFERRED_VERSION_ipkg-native ?= "0.99.154"
 
+#-------------------------------------------------------------------
+#                           FIXME!
+# This is clearly wrong, the headers should match the 2.4.22 kernel,
+# but locking this to 2.6.11.1 at least gets Unslung building again.
+# - mwester 16 Dec 2006
+#
+PREFERRED_VERSION_linux-libc-headers ?= "2.6.11.1"