diff options
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 056c30a1f..cd0fd26f9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: uclibc Section: devel Priority: optional Maintainer: David Schleef <ds@schleef.org> -Build-Depends: debhelper, bzip2, kernel-source-2.4.16 +Build-Depends: debhelper, bzip2, kernel-source-2.4.18 Standards-Version: 3.5.6 Package: libuclibc-dev diff --git a/debian/rules b/debian/rules index 3f2d178df..3a9cc4b92 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ major=$(shell grep '^MAJOR_VERSION' Rules.mak|sed 's/.*=//') minor=$(shell grep '^MINOR_VERSION' Rules.mak|sed 's/.*=//') version:=$(strip $(major)).$(strip $(minor)) -kernel_source=kernel-source-2.4.16 +kernel_source=kernel-source-2.4.18 target=$(DEB_HOST_GNU_CPU) #target=arm |