diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-03-20 21:20:49 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-20 21:20:49 +0000 |
commit | 5b2fcb332f4ab742ae5f8248d988ae8460ca12d0 (patch) | |
tree | 47477c3396000d4284eab79f8984879e3270f520 /packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | |
parent | 570213cb7a25f74f0f2a2d3a5c9dfb376693aa63 (diff) |
linux-libc-headers-2.6.15.99: now with iptables support
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb')
-rw-r--r-- | packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb index e8b6e6bb13..9012e0f454 100644 --- a/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb +++ b/packages/linux-libc-headers/linux-libc-headers_2.6.15.99.bb @@ -14,11 +14,12 @@ DESCRIPTION = "Sanitized set of 2.6 kernel headers for the C library's use." LICENSE = "GPL" DEFAULT_PREFERENCE = "-1" INHIBIT_DEFAULT_DEPS = "1" -PR = "r2" +PR = "r3" SRC_URI = "http://ewi546.ewi.utwente.nl/OE/eabi/linux-libc-headers-${PV}.tar.bz2 \ file://keyboard.patch;patch=1 \ file://asm-arch-irqs.patch;patch=1 \ + file://linux-netfilter_ipv4.patch;patch=1 \ file://linux-rtc.patch;patch=1 \ file://linux-videodev2.patch;patch=1" |