From 0547b372625c6afb81be4e34e37e75d5da58e994 Mon Sep 17 00:00:00 2001 From: Angus Ainslie Date: Wed, 5 Aug 2009 16:37:05 -0600 Subject: linux-openmoko-2.6.30.1 : update openwrt patches --- .../linux-openmoko-2.6.30.1/057-lis302dl.patch | 3 +-- recipes/linux/linux-openmoko-2.6.30.1/defconfig | 12 +++++++++++- .../linux-openmoko-2.6.30.1/openwrt-files.tgz | Bin 591550 -> 592050 bytes recipes/linux/linux-openmoko_2.6.30.1.bb | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/recipes/linux/linux-openmoko-2.6.30.1/057-lis302dl.patch b/recipes/linux/linux-openmoko-2.6.30.1/057-lis302dl.patch index ebb194bf3c..1a707d9bea 100644 --- a/recipes/linux/linux-openmoko-2.6.30.1/057-lis302dl.patch +++ b/recipes/linux/linux-openmoko-2.6.30.1/057-lis302dl.patch @@ -18,8 +18,7 @@ depends on MFD_PCF50633 --- a/drivers/input/misc/Makefile +++ b/drivers/input/misc/Makefile -@@ -25,3 +25,4 @@ obj-$(CONFIG_INPUT_UINPUT) += uinput.o +@@ -25,2 +25,3 @@ obj-$(CONFIG_INPUT_UINPUT) += uinput.o obj-$(CONFIG_INPUT_WISTRON_BTNS) += wistron_btns.o obj-$(CONFIG_INPUT_YEALINK) += yealink.o - obj-$(CONFIG_INPUT_GPIO_BUTTONS) += gpio_buttons.o +obj-$(CONFIG_INPUT_LIS302DL) += lis302dl.o diff --git a/recipes/linux/linux-openmoko-2.6.30.1/defconfig b/recipes/linux/linux-openmoko-2.6.30.1/defconfig index 2ba450aa86..9f33575f80 100644 --- a/recipes/linux/linux-openmoko-2.6.30.1/defconfig +++ b/recipes/linux/linux-openmoko-2.6.30.1/defconfig @@ -705,7 +705,17 @@ CONFIG_COMPAT_NET_DEV_OPS=y # CONFIG_USB_USBNET is not set # CONFIG_USB_HSO is not set # CONFIG_WAN is not set -# CONFIG_PPP is not set +CONFIG_PPP=m +# CONFIG_PPP_MULTILINK is not set +CONFIG_PPP_FILTER=y +CONFIG_PPP_ASYNC=m +CONFIG_PPP_SYNC_TTY=m +CONFIG_PPP_DEFLATE=m +CONFIG_PPP_BSDCOMP=m +CONFIG_PPP_MPPE=m +# CONFIG_PPPOE is not set +CONFIG_PPPOL2TP=m + # CONFIG_SLIP is not set # CONFIG_NETCONSOLE is not set # CONFIG_NETPOLL is not set diff --git a/recipes/linux/linux-openmoko-2.6.30.1/openwrt-files.tgz b/recipes/linux/linux-openmoko-2.6.30.1/openwrt-files.tgz index cc5d68a3e4..50a811a633 100644 Binary files a/recipes/linux/linux-openmoko-2.6.30.1/openwrt-files.tgz and b/recipes/linux/linux-openmoko-2.6.30.1/openwrt-files.tgz differ diff --git a/recipes/linux/linux-openmoko_2.6.30.1.bb b/recipes/linux/linux-openmoko_2.6.30.1.bb index 9f09f6ab84..6d691e486e 100644 --- a/recipes/linux/linux-openmoko_2.6.30.1.bb +++ b/recipes/linux/linux-openmoko_2.6.30.1.bb @@ -39,7 +39,7 @@ SRC_URI = "\ file://110-serial.patch;patch=1 \ file://120-fix-wm8753-reg_cache.patch;patch=1 \ file://130-fix-s3c_gpiolib_getchip.patch;patch=1 \ -# file://750-glamo-headers.patch;patch=1 \ + file://750-glamo-headers.patch;patch=1 \ # file://150-ignore-init-argument.patch;patch=1 \ " -- cgit 1.2.3-korg