# # Copyright (C) 2006 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # # $Id$ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=nw802-2.4 PKG_VERSION:=0.0.99 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@SF/nw802 PKG_MD5SUM:=bf3512efaa48cfa972b16318011c1963 include $(INCLUDE_DIR)/package.mk # XXX: remove @!TARGET_* later when we have USB support properly detected on all targets define KernelPackage/video-nw8xx SUBMENU:=Video Support TITLE:=NW8xx based USB webcam support URL:=http://nw802.sourceforge.net/ DEPENDS:=@LINUX_2_6 @USB_SUPPORT +kmod-usb-video kmod-video-core @!TARGET_atheros @!TARGET_uml FILES:=$(PKG_BUILD_DIR)/nw8xx.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,70,nw8xx) endef define KernelPackage/video-nw8xx/description Kernel support for NW8xx based USB cameras. endef define Build/Compile ln -sf $(LINUX_DIR)/drivers/media/video/usbvideo/usbvideo.h \ $(PKG_BUILD_DIR)/ $(MAKE) -C $(LINUX_DIR) \ ARCH="$(LINUX_KARCH)" \ CROSS_COMPILE="$(TARGET_CROSS)" \ SUBDIRS="$(PKG_BUILD_DIR)" \ modules endef $(eval $(call KernelPackage,video-nw8xx)) d-master upstream openwrtJames
aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/timestamp.pl
blob: e24d8149d9c8754ba72e8918e09cd9c390427251 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69