diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-03-23 22:15:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-03-23 22:15:51 +0000 |
commit | 4cf4cea35152fbfb0f1734fb7db37b282c40ed26 (patch) | |
tree | 6d7e1fea4bd97d327a78bbe9a78f2e5aecff5953 /packages/linux/linux-openzaurus_2.6.16.bb | |
parent | e1d9a81b9a1916044c04e54762acc5e9d9d21b81 (diff) |
linux-oz-2.6: Updated defconfigs to add CONFIG_TUN=m (refresh c7x0 and cxx00 against 2.6.16). Add patch to ignore invalid MMC SCR structures. This should be tested carefully as its effect is unknown.
Diffstat (limited to 'packages/linux/linux-openzaurus_2.6.16.bb')
-rw-r--r-- | packages/linux/linux-openzaurus_2.6.16.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/linux/linux-openzaurus_2.6.16.bb b/packages/linux/linux-openzaurus_2.6.16.bb index 1d52de2b32..26f01e6cef 100644 --- a/packages/linux/linux-openzaurus_2.6.16.bb +++ b/packages/linux/linux-openzaurus_2.6.16.bb @@ -1,6 +1,6 @@ include linux-openzaurus.inc -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" @@ -65,6 +65,7 @@ SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2 \ ${RPSRC}/usb_add_epalloc-r1.patch;patch=1 \ ${DOSRC}/kexec-arm-r2.patch;patch=1 \ ${RPSRC}/pxa_cf_initorder_hack-r1.patch;patch=1 \ + ${RPSRC}/mmcsd_no_scr_check-r0.patch;patch=1 \ file://add-oz-release-string.patch;patch=1 \ file://pxa-serial-hack.patch;patch=1 \ ${RPSRC}/pxa-linking-bug.patch;patch=1 \ |