Date:2010-05-05 13:22:44 (13 years 10 months ago)
Author:nico
Commit:47f82141ce2e246a8397c981017aa4ffabdee93f
Message:[backfire] merge r21261 & r21262

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@21376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Files: package/kernel/modules/other.mk (1 diff)
target/linux/generic-2.4/config-default (1 diff)

Change Details

package/kernel/modules/other.mk
666666define KernelPackage/input-core
667667  SUBMENU:=$(OTHER_MENU)
668668  TITLE:=Input device core
669  DEPENDS:=@LINUX_2_6 @!TARGET_x86
669  DEPENDS:=@!TARGET_x86
670670  KCONFIG:=CONFIG_INPUT
671endef
672
673define KernelPackage/input-core/2.4
674  FILES:=$(LINUX_DIR)/drivers/input/input.$(LINUX_KMOD_SUFFIX)
675  AUTOLOAD:=$(call AutoLoad,19,input)
676endef
677
678define KernelPackage/input-core/2.6
671679  FILES:=$(LINUX_DIR)/drivers/input/input-core.$(LINUX_KMOD_SUFFIX)
672680  AUTOLOAD:=$(call AutoLoad,19,input-core)
673681endef
target/linux/generic-2.4/config-default
176176CONFIG_IMQ=m
177177# CONFIG_INET_ECN is not set
178178CONFIG_INET=y
179# CONFIG_INPUT is not set
180# CONFIG_INPUT_DB9 is not set
179181# CONFIG_INPUT_EVDEV is not set
182# CONFIG_INPUT_GAMECON is not set
180183# CONFIG_INPUT_GAMEPORT is not set
181# CONFIG_INPUT is not set
184# CONFIG_INPUT_IFORCE_USB is not set
182185# CONFIG_INPUT_JOYDEV is not set
183186# CONFIG_INPUT_KEYBDEV is not set
184187# CONFIG_INPUT_MOUSEDEV is not set
188# CONFIG_INPUT_SERIO is not set
189# CONFIG_INPUT_TURBOGRAFX is not set
185190# CONFIG_INPUT_UINPUT is not set
186191# CONFIG_INTERMEZZO_FS is not set
187192CONFIG_IP6_NF_FILTER=m

Archive Download the corresponding diff file



interactive