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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user