aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix ifname in network state for pppoe and pptp, add a workaround for isps ↵Felix Fietkau2007-08-302-2/+18
| | | | | | sending wrong netmasks for pptp (thx, moonwatcher) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8552 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00 fixes after [8548]:Nicolas Thill2007-08-302-2/+3
| | | | | | | | * fix creating defines from kconfig * revert auto-inclusion of rt2x00_compat.h git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8551 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo closes #2289Travis Kemen2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8550 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rt2x00 fixes (thanks to sn9):Nicolas Thill2007-08-302-53/+98
| | | | | | | | | | | * make build depends on in-kernel mac80211 support * rework kconfig handling * download firmware images into $(DL_DIR) * tweak source Makefile git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8548 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bcm43xx-mac80211 fixes:Nicolas Thill2007-08-301-23/+39
| | | | | | | | * make build depends on in-kernel mac80211 support * rework kconfig hack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* acx-mac80211 fixes:Nicolas Thill2007-08-301-7/+32
| | | | | | | | * make Build/Compile conditionnal (only if in-kernel mac80211 is available) * add a release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8543 3c298f89-4303-0410-b956-a3cf2f4a3e73
* use $(INSTALL_BIN) instead of $(CP)Nicolas Thill2007-08-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8541 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dnsmasq: extend the init script thanks SedkyTravis Kemen2007-08-291-17/+185
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add acx-mac80211 (thanks to Matteo Croce)Nicolas Thill2007-08-284-0/+198
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8531 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fonera-mp3: fix json-c dependency here as wellNicolas Thill2007-08-281-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8529 3c298f89-4303-0410-b956-a3cf2f4a3e73
* json-c: fix package name, add UninstallDevNicolas Thill2007-08-281-6/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pcmcia submenu (broken by [8520])Nicolas Thill2007-08-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* more cosmetic fixes missed from [8250]Nicolas Thill2007-08-282-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8521 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cosmetic fixes: rearrange KernelPackage definitionsNicolas Thill2007-08-288-220/+438
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8520 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove useless definitionsNicolas Thill2007-08-281-10/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8519 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-hermes-* dependenciesNicolas Thill2007-08-281-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8518 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the CONFIG_LFS option (#2276)Florian Fainelli2007-08-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8512 3c298f89-4303-0410-b956-a3cf2f4a3e73
* added libjson-c. added driver, webinterface and userspace daemon for the John Crispin2007-08-2738-0/+4925
| | | | | | | fonera mp3-hack git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8509 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow the user to override the underlying connection method when using pptp ↵Felix Fietkau2007-08-271-1/+2
| | | | | | (defaults to dhcp) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8508 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211 fixes:Nicolas Thill2007-08-271-11/+16
| | | | | | | | * mark 2.6 only * only build if in-kernel mac80211 is available (i.e. the kernel is recent enough) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8502 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/rt2x00 fixes:Nicolas Thill2007-08-271-8/+10
| | | | | | | | * mark 2.6 only * add a dependency on in-kernel mac80211 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark package/rt61 as 2.6 onlyNicolas Thill2007-08-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8500 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/util-linux fixes:Nicolas Thill2007-08-261-9/+14
| | | | | | | | | * don't use Build/Configure/Default since it is not an autoconf based package * fix opt flags passed more than once * move DEPENDS:=@!LINUX_2_6_ETRAX in shared Package/util-linux/Default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ifenslave fixes:Nicolas Thill2007-08-261-3/+5
| | | | | | | | * use KERNEL_BUILD_DIR for PKG_BUILD_DIR * no need to copy source, can compile from linux source directly git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a '@KERNEL' download facility, tweak scriptNicolas Thill2007-08-262-10/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8495 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rt61 on big endian archNicolas Thill2007-08-251-0/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs fixes:Nicolas Thill2007-08-251-2/+11
| | | | | | | | | - don't bundle libblkid shared lib in e2fsprogs, add a dependency instead - remove references to host dev files in pkgconfig files - add Build/UninstallDev git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8486 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wan configuration on wr850g v2/v3Mike Baker2007-08-252-2/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8482 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix rt2x00 buildNicolas Thill2007-08-241-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8476 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mark pcmcia-cs 2.4 only, fix dependency on kernel .config (closes: #2191)Nicolas Thill2007-08-241-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8475 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add kmod-ppp-synctty (#2231)Florian Fainelli2007-08-221-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8459 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add sysupgrade script for config preserving system upgrades. only ↵Felix Fietkau2007-08-215-3/+257
| | | | | | implemented for x86-2.6 at the moment, but can be ported to other platforms easily git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do it the other way 2.4 has no nls-base dependency 2.6 has (#2222)Florian Fainelli2007-08-211-26/+39
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8452 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usb-keyspan modules (#2229)Florian Fainelli2007-08-211-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8450 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix rt2x00 dependencies (#2223)Florian Fainelli2007-08-211-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8448 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops. forgot one fileFelix Fietkau2007-08-201-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8445 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup mtd, implement jffs2write - one step closer to config preserving ↵Felix Fietkau2007-08-208-135/+810
| | | | | | system upgrades git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8444 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add 'mtd refresh' commandFelix Fietkau2007-08-192-1/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use a more explicit variable name for the number of dhcp leases (#2240)Florian Fainelli2007-08-192-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ipsec-tools update and fixes:Nicolas Thill2007-08-191-12/+22
| | | | | | | | | * update to 0.6.7 (fixes DoS: CVE-2007-1841) * enable hybrid auth and disable shadow support (closes: #2220) * fix config file (closes: #2219) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update sangam-atm driver to 07.02.01.00 (closes: #2177, thanks to Matteo Croce)Nicolas Thill2007-08-185-80/+80
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pcmcia kmod package fixes for au1000Felix Fietkau2007-08-161-6/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8420 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert [8415], seems to be causing problems for the kernel buildFelix Fietkau2007-08-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8418 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add missing dependency (#2237)Felix Fietkau2007-08-161-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8417 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix kmod-hostap compileFelix Fietkau2007-08-151-3/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* always include kernel config for kernel packagesFelix Fietkau2007-08-151-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8415 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix rt2x00 kernel config readingFlorian Fainelli2007-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8413 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not complain when USB is not available in our kernelFlorian Fainelli2007-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add the matrix fix from #2127Florian Fainelli2007-08-121-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove these two patcheds that are now in the mainline sourceFlorian Fainelli2007-08-122-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8401 3c298f89-4303-0410-b956-a3cf2f4a3e73