diff options
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/ixp4xx-kernel/2.6.16/defconfig | 3 | ||||
-rw-r--r-- | packages/linux/ixp4xx-kernel_2.6.16-rc4-git9.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/defconfig b/packages/linux/ixp4xx-kernel/2.6.16/defconfig index 014ff73135..3213ff8c1c 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/defconfig +++ b/packages/linux/ixp4xx-kernel/2.6.16/defconfig @@ -914,7 +914,8 @@ CONFIG_INPUT_IXP4XX_BEEPER=y # Character devices # # CONFIG_VT is not set -# CONFIG_SERIAL_NONSTANDARD is not set +CONFIG_SERIAL_NONSTANDARD=y +CONFIG_N_HDLC=m # # Serial drivers diff --git a/packages/linux/ixp4xx-kernel_2.6.16-rc4-git9.bb b/packages/linux/ixp4xx-kernel_2.6.16-rc4-git9.bb index e47f20a7ab..1a2563cdb7 100644 --- a/packages/linux/ixp4xx-kernel_2.6.16-rc4-git9.bb +++ b/packages/linux/ixp4xx-kernel_2.6.16-rc4-git9.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 |