aboutsummaryrefslogtreecommitdiffstats
path: root/package/spca5xx
Commit message (Collapse)AuthorAgeFilesLines
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix another typo, definitively closes #1370Florian Fainelli2007-02-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6322 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a typo with latest driver, module name changed (#1370)Florian Fainelli2007-02-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6320 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make spca / gspca driver 2.6 onlyNicolas Thill2007-01-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade spca5xx to latest upstream versionFelix Fietkau2007-01-223-198/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make spca5xx depend on video device support in the kernelFelix Fietkau2007-01-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup, nuke obsolete 'Kernel drivers' category, convert remaining kmod ↵Felix Fietkau2007-01-201-12/+6
| | | | | | packages to KernelPackage interface git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace lots of manual install commands with INSTALL_* variablesFelix Fietkau2006-11-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5624 3c298f89-4303-0410-b956-a3cf2f4a3e73
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4855 3c298f89-4303-0410-b956-a3cf2f4a3e73
* standardize Makefile, remove dup descriptionNicolas Thill2006-09-231-9/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4822 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix minor compile issues with spca5xxMike Baker2006-08-162-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update spca5xx, old version is no longer on the websiteFelix Fietkau2006-08-041-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4443 3c298f89-4303-0410-b956-a3cf2f4a3e73
* BUILD_DIR -> KERNEL_BUILD_DIRFelix Fietkau2006-07-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4332 3c298f89-4303-0410-b956-a3cf2f4a3e73
* credit where credit is dueMike Baker2006-06-271-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add INCLUDE_DIR variable for $(TOPDIR)/includeFelix Fietkau2006-06-211-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4033 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build system cleanup. move shared include files into $(TOPDIR)/include, move ↵Felix Fietkau2006-06-211-2/+2
| | | | | | lzma, mkfs.* into toolchain/ git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4032 3c298f89-4303-0410-b956-a3cf2f4a3e73
* normalize Makefiles.Nicolas Thill2006-06-181-9/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3998 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move spca5xx from target/linux/package/ to package/, Nicolas Thill2006-06-172-0/+222
dependency on kmod-usb-core & kmod-videodev packages needs fixing. git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3972 3c298f89-4303-0410-b956-a3cf2f4a3e73