projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
work aroung error message during boot if swapon is nt installed
[openwrt.git]
/
package
/
qc-usb
/
Makefile
diff --git
a/package/qc-usb/Makefile
b/package/qc-usb/Makefile
index
ff41469
..
8fd6668
100644
(file)
--- a/
package/qc-usb/Makefile
+++ b/
package/qc-usb/Makefile
@@
-1,5
+1,5
@@
#
#
-# Copyright (C) 2006 OpenWrt.org
+# Copyright (C) 2006
-2008
OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@
-10,12
+10,12
@@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=qc-usb
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=qc-usb
-PKG_VERSION:=0.6.
5
+PKG_VERSION:=0.6.
6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/qce-ga
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/qce-ga
-PKG_MD5SUM:=
6f6787e1dda11ca3b936ad434154f426
+PKG_MD5SUM:=
9eab8fb3a75326d1565d59b0c7256075
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-71,13
+71,17
@@
ifneq ($(CONFIG_PACKAGE_kmod-video-quickcam),)
endef
endif
endef
endif
-define Build/Compile
- $(call Build/Compile/kmod)
+define Build/Compile/user
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
qcset
endef
$(MAKE) -C $(PKG_BUILD_DIR) \
CFLAGS="$(TARGET_CFLAGS)" \
qcset
endef
+define Build/Compile
+ $(call Build/Compile/kmod)
+ $(call Build/Compile/user)
+endef
+
define Package/qc-usb-utils/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/qcset $(1)/usr/bin/
define Package/qc-usb-utils/install
$(INSTALL_DIR) $(1)/usr/bin
$(INSTALL_BIN) $(PKG_BUILD_DIR)/qcset $(1)/usr/bin/
This page took
0.029656 seconds
and
4
git commands to generate.