diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-06-20 23:24:36 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-20 23:24:36 +0000 |
commit | 0eaf913e1784fc395ebe2f020ed3b1a99406b1ec (patch) | |
tree | 60b2bb47958435d0b734830f1f8c1754225884a7 /packages/linux/ixp4xx-kernel_2.6.17.bb | |
parent | 9d22c00dd63f99a2db8731905f96233cef7949f6 (diff) |
ixp4xx-kernel: updated defconfig to set INPUT_EVDEV=y
Diffstat (limited to 'packages/linux/ixp4xx-kernel_2.6.17.bb')
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/ixp4xx-kernel_2.6.17.bb b/packages/linux/ixp4xx-kernel_2.6.17.bb index f7d0881013..19bd2bdd86 100644 --- a/packages/linux/ixp4xx-kernel_2.6.17.bb +++ b/packages/linux/ixp4xx-kernel_2.6.17.bb @@ -3,7 +3,7 @@ # Increment PR_CONFIG for changes to the ixp4xx-kernel specific # defconfig (do *NOT* increment anything in here for changes # to other kernel configs!) -PR_CONFIG = "0" +PR_CONFIG = "1" # # Increment the number below (i.e. the digits after PR) when # making changes within this file or for changes to the patches |