projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
use a default VERSION field for kmod packages
[openwrt.git]
/
package
/
rt2500
/
Makefile
diff --git
a/package/rt2500/Makefile
b/package/rt2500/Makefile
index
b4729ce
..
cd38c25
100644
(file)
--- a/
package/rt2500/Makefile
+++ b/
package/rt2500/Makefile
@@
-22,11
+22,10
@@
include $(INCLUDE_DIR)/package.mk
define KernelPackage/rt2500
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink pci wireless chipsets
define KernelPackage/rt2500
SUBMENU:=Wireless Drivers
TITLE:=Driver for ralink pci wireless chipsets
- DEPENDS:=@USB_SUPPORT +wireless-tools
+ DEPENDS:=@
!BIG_ENDIAN @
USB_SUPPORT +wireless-tools
DESCRIPTION:=\
This package contains a driver for ralink rt2500 pci chipsets.
URL:=http://rt2x00.serialmonkey.com/
DESCRIPTION:=\
This package contains a driver for ralink rt2500 pci chipsets.
URL:=http://rt2x00.serialmonkey.com/
- VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
FILES:= \
$(PKG_BUILD_DIR)/Module/rt2500.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,rt2500)
FILES:= \
$(PKG_BUILD_DIR)/Module/rt2500.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,50,rt2500)
This page took
0.023544 seconds
and
4
git commands to generate.