1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

cosmetic changes: rename submenu vars, add missing copyright headers

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8808 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2007-09-16 17:45:15 +00:00
parent 22348e0a56
commit ee3549fd86
8 changed files with 139 additions and 123 deletions

View File

@@ -6,7 +6,7 @@
#
# $Id$
USBMENU:=USB Support
USB_MENU:=USB Support
ifeq ($(KERNEL),2.4)
USBNET_DIR:=usb/net
@@ -23,13 +23,13 @@ USBHID_DIR?=hid/usbhid
USBINPUT_DIR?=input/misc
define usbdep
SUBMENU:=$(USBMENU)
SUBMENU:=$(USB_MENU)
DEPENDS:=kmod-usb-core $(1)
endef
define KernelPackage/usb-core
SUBMENU:=$(USBMENU)
SUBMENU:=$(USB_MENU)
TITLE:=Support for USB
DEPENDS:=@USB_SUPPORT
KCONFIG:=CONFIG_USB