aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] libreadline: install *.so symlinks as well (#4872)Jo-Philipp Wich2010-08-271-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22824 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add compile fixes for ar7-atmFlorian Fainelli2010-08-261-4/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22811 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: populate gateway of default route with peer address (#6259)Jo-Philipp Wich2010-08-252-1/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22806 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix segfault triggered by Basic Auth checkingJo-Philipp Wich2010-08-252-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22805 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usb gadget feature flagMichael Büsch2010-08-251-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22798 3c298f89-4303-0410-b956-a3cf2f4a3e73
* p54: Fix powersave modeMichael Büsch2010-08-251-0/+33
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22797 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix spurious MIC failure detection, causing instability issues in AP modeFelix Fietkau2010-08-251-0/+74
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22795 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add usb gadget packagesMichael Büsch2010-08-241-2/+57
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tahvo-usb: Use platform device interface properly (don't crash)Michael Büsch2010-08-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22780 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add uboot for marvell kirkwood based boardsLars-Peter Clausen2010-08-228-0/+755
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22764 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Fix incorrect ifdef placement in 800-nuke_led_code.patchMichael Büsch2010-08-211-33/+52
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22749 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: speed up building kernel packages by getting rid of unnecessary ↵Felix Fietkau2010-08-193-3/+5
| | | | | | CompareKernelPatchVer calls git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix the sysroot mess by getting rid of $(TOOLCHAIN_DIR)/usr and ↵Felix Fietkau2010-08-191-8/+8
| | | | | | moving it back to $(TOOLCHAIN_DIR), this change makes the toolchain relocatable again, which should fix the SDK git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pwm-gpio-custom: fix compile on linux 2.6.31Felix Fietkau2010-08-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22721 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add a missing config symbol for ext4Felix Fietkau2010-08-191-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22717 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add Tahvo USB supportMichael Büsch2010-08-191-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22712 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: fix typo in last commitJo-Philipp Wich2010-08-191-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22710 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: bypass uci state when reading local IPv4 addr, specify TTL ↵Jo-Philipp Wich2010-08-192-5/+3
| | | | | | during tunnel creation (#7769) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22708 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:Jo-Philipp Wich2010-08-188-108/+141
| | | | | | | | | - fix parsing of interpreter entries in the config file, fixes serving of static files as .cgi with X-Wrt - better cope with connection aborts, especially during header transfer - fix return value checking of TLS reads and writes, solves some blocking issues git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22692 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up ↵Felix Fietkau2010-08-171-0/+36
| | | | | | block ack window tracking to use less memory git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] iptables: partly revert r22582, fixes ip6tables extension packagingJo-Philipp Wich2010-08-171-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22686 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package]: update acx-mac80211 and change the git url.Florian Fainelli2010-08-161-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22672 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ncurses: Add libncursesw packageLars-Peter Clausen2010-08-161-2/+35
| | | | | | | Thanks bartbes git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22669 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/grub: add a prereq check for 32 bits host development files when ↵Nicolas Thill2010-08-161-0/+11
| | | | | | building on x86_64 (closes: #7753) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix macosx cross compile, closes #7775Alexandros C. Couloumbis2010-08-161-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: add missing bits from 1.17.1 update (mostly config stuff), ↵Nicolas Thill2010-08-1533-509/+902
| | | | | | rename upstream patches so they're applied first git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: fix missing bit, refresh patchesAlexandros C. Couloumbis2010-08-1520-63/+62
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/busybox: update to busybox-1.7.1, include upstream patchesAlexandros C. Couloumbis2010-08-1518-229/+325
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: enable raw HID device support in kmod-usb-hid (closes: #7310)Nicolas Thill2010-08-141-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22632 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:Jo-Philipp Wich2010-08-1410-255/+364
| | | | | | | | | - more robust handling of network failures on static file serving - support unlimited amount of authentication realms, listener and client sockets - support for interpreters (.php => /usr/bin/php-cgi) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22630 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files, uci: properly revert list state on config_loadJo-Philipp Wich2010-08-144-2/+9
| | | | | | | | This fixes a bug where lists end up with duplicate values if config_load was invoked multiple times. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22629 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: fix r22422, add missing bits & bytesAlexandros C. Couloumbis2010-08-122-78/+433
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22611 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: fix segmentation fault triggered by invalid header lineJo-Philipp Wich2010-08-121-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22607 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: fix local address detection on ppp links (#7728)Jo-Philipp Wich2010-08-122-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd:Jo-Philipp Wich2010-08-113-44/+50
| | | | | | | | - abort file serving if client connection is lost (#7742) - don't send bad request headers twice git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22602 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: video: add missing dependencies (closes: #6497, #7542)Nicolas Thill2010-08-111-1/+2
| | | | | | | | * kmod-i2c-core to kmod-video-core * kmod-input-core to kmod-video-uvc git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22597 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/kernel: video: remove redundant AddDepends/video callsNicolas Thill2010-08-111-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22596 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: make init script less verboseJo-Philipp Wich2010-08-111-5/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22593 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dnsmasq: add support for bogus-nxdomain (thanks to Mickey Knox), ↵Nicolas Thill2010-08-113-1/+7
| | | | | | bump release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22592 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/mac80211: let build system enable led code through cflags (thank you ↵Alexandros C. Couloumbis2010-08-111-0/+78
| | | | | | nbd) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uhttpd: add option to reject requests from RFC1918 IPs to public ↵Jo-Philipp Wich2010-08-117-2/+38
| | | | | | server IPs (DNS rebinding countermeasure) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/iptables: update to 1.4.9.1 and cleanup:Nicolas Thill2010-08-101-25/+17
| | | | | | | | | | * call autogen.sh in Build/Prepare instead of Build/Compile * use PKG_INSTALL * re-enable static libs * add dep on libiptc & libxtables to ip6tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kmod-bluetooth] Add HCI_UART_H4 support (required by Gumstix Overo)Hamish Guthrie2010-08-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22572 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/comgt: only set pincode if it's supplied (closes: #7334), bump ↵Nicolas Thill2010-08-092-5/+7
| | | | | | release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22561 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec-tools: Update to 2.0.2.Michael Büsch2010-08-092-723/+5
| | | | | | | Mips64 support is builtin in this version. So remove the patch. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22559 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] rename kmod-switch-ip175c package to kmod-switch-ip17xxFlorian Fainelli2010-08-081-7/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22544 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] uci: Install ucimap.h into the staging dirLars-Peter Clausen2010-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: Add p54spi driverMichael Büsch2010-08-081-2/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kexec is also available on armelMichael Büsch2010-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22533 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dnsmasq: Squelch a 'touch' error when no dhcp leases file is ↵Vasilis Tsiligiannis2010-08-081-1/+1
| | | | | | defined in config, thanks stsp (#7720) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22528 3c298f89-4303-0410-b956-a3cf2f4a3e73