diff options
author | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-05 16:09:29 +0000 |
---|---|---|
committer | Jeremy Laine <jeremy.laine@m4x.org> | 2008-05-05 16:09:29 +0000 |
commit | 410aba75d199a6e2405ef0dd6188507e82ee6afd (patch) | |
tree | 29a532a3c35435e0f3d895cdaee1799692cae803 | |
parent | 93efeb8f87b3d2e25f358919557367e9763c515f (diff) |
linux-rp_2.6.24.bb: build packet support in qemux86 kernel
-rw-r--r-- | packages/linux/linux-rp-2.6.24/defconfig-qemux86 | 2 | ||||
-rw-r--r-- | packages/linux/linux-rp_2.6.24.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/linux/linux-rp-2.6.24/defconfig-qemux86 b/packages/linux/linux-rp-2.6.24/defconfig-qemux86 index c143746db8..b91171b1f2 100644 --- a/packages/linux/linux-rp-2.6.24/defconfig-qemux86 +++ b/packages/linux/linux-rp-2.6.24/defconfig-qemux86 @@ -336,7 +336,7 @@ CONFIG_NET=y # # Networking options # -CONFIG_PACKET=m +CONFIG_PACKET=y CONFIG_PACKET_MMAP=y CONFIG_UNIX=y CONFIG_XFRM=y diff --git a/packages/linux/linux-rp_2.6.24.bb b/packages/linux/linux-rp_2.6.24.bb index 62dca60e2a..3a8eb63eb4 100644 --- a/packages/linux/linux-rp_2.6.24.bb +++ b/packages/linux/linux-rp_2.6.24.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r9" +PR = "r10" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "1" |