diff options
author | Mike Westerhof <mwester@dls.net> | 2006-12-16 17:48:50 +0000 |
---|---|---|
committer | Mike Westerhof <mwester@dls.net> | 2006-12-16 17:48:50 +0000 |
commit | a21e5fa214ce5aa30d474d4039a1ed2a333fa32f (patch) | |
tree | 1e354c32eefa9641092d4c710fc4937a65b216dd /conf/distro | |
parent | 9247ec7ac7b8ba0f7fba02314a4fac0299a6f09e (diff) |
Unslung - lock linux-libc-headers back to the previous version.
Fixes the problem with missing linux/modules.h when building busybox.
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/unslung.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/distro/unslung.conf b/conf/distro/unslung.conf index 892c589389..25ac84d270 100644 --- a/conf/distro/unslung.conf +++ b/conf/distro/unslung.conf @@ -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" |