aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* add libnl-tiny as a small replacement for libnl with only genl support includedFelix Fietkau2009-04-3044-0/+9124
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15507 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: mask pcompress.ko crypto module for non-2.6.30 kernelsJo-Philipp Wich2009-04-301-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15503 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm-2.4] drop iptables 1.3.8 and switch to to 1.4.3.2, refresh layer7 ↵Jo-Philipp Wich2009-04-298-973/+59
| | | | | | kernel patches and add packages for libiptc + libxtables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15501 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cryptomgr needs pcomp and hash loaded in 2.6.30Imre Kaloz2009-04-291-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15499 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: backport ath9k uninline patchGabor Juhos2009-04-292-1/+105
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* we don't need the libiptc libraryImre Kaloz2009-04-291-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15487 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add possibility to set crond log level through ↵Jo-Philipp Wich2009-04-292-2/+3
| | | | | | /etc/config/system and use level 5 by default which prevents unneeded debug messages on each job execution git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] hostap-driver: fix displaying of kmod-hostap-{pci,plx,cs} in ↵Jo-Philipp Wich2009-04-291-0/+1
| | | | | | menuconfig (#4218) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15479 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade iptables to 1.4.3.2Imre Kaloz2009-04-295-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15478 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] update e2fsprogs to v1.41.5 (#5014)Jo-Philipp Wich2009-04-271-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15456 3c298f89-4303-0410-b956-a3cf2f4a3e73
* introduce a generic PKG_CONFIG_DEPENDS for packages that need to be ↵Nicolas Thill2009-04-275-14/+20
| | | | | | reconfigured when certain CONFIG options changed, rename PKG_BUILD_DEPEND to PKG_BUILD_DEPENDS git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15451 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: add missing kconfig symbol related to SSBNicolas Thill2009-04-271-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15449 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove leftover unvram directory and move the nvram.init change to package/nvramFelix Fietkau2009-04-279-1148/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15447 3c298f89-4303-0410-b956-a3cf2f4a3e73
* nvram fixup: move the nvram commit hook to commit for all variables, since ↵Felix Fietkau2009-04-271-1/+1
| | | | | | changes no longer take effect after only a set operation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15441 3c298f89-4303-0410-b956-a3cf2f4a3e73
* broadcom-wl: add nvram stub to fix nas compile after the switch to unvramFelix Fietkau2009-04-272-3/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15439 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] rename unvram to nvramJo-Philipp Wich2009-04-278-0/+1147
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15437 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] remove old nvram packageJo-Philipp Wich2009-04-2710-1287/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15436 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] unvram: rename executable to "nvram" and place it in /usr/sbin, ↵Jo-Philipp Wich2009-04-273-5/+83
| | | | | | add fixup init script from old nvram package git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15435 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] lua: embed md5libJo-Philipp Wich2009-04-271-0/+484
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15431 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] unvram: get rid of some memory leaksJo-Philipp Wich2009-04-273-21/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] unvram: make it work on bcm47xx, also look for /dev/mtdblockXJo-Philipp Wich2009-04-263-8/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15429 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pcap: fix disabling bluetoothFelix Fietkau2009-04-261-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] Add unvram, a nvram manipulation tool suitable for brcm-2.4 and ↵Jo-Philipp Wich2009-04-267-0/+1051
| | | | | | bcm47xx platforms git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15426 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] kernel: disable kmod-rfkill on UMLNicolas Thill2009-04-261-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15425 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [cosmetic] change occurences of LUA to Lua (from ↵Nicolas Thill2009-04-251-7/+7
| | | | | | http://www.lua.org/about.html: Please do not write it as "LUA", which is both ugly and confusing [...] So, please, write "Lua" right!) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15412 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ext4] add missing dependenciesHauke Mehrtens2009-04-251-4/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15411 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] openssl: add a patch to support DTLS compatibility with Cisco ↵Nicolas Thill2009-04-252-2/+141
| | | | | | AnyConnect & OpenConnect VPN clients (thanks to freezer) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15410 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] madwifi: remove old Makefile hacks not needed anymoreNicolas Thill2009-04-251-6/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15408 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [crda] Update crda to version 1.0.2 and regulatory database to 2009.04.17.Hauke Mehrtens2009-04-252-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15405 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [iw] Update iw to version 0.9.13.Hauke Mehrtens2009-04-251-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15404 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ead: use the new pcap features and the raw socket optimization to eliminate ↵Felix Fietkau2009-04-252-4/+61
| | | | | | most of the cpu utilization overhead caused by the use of pcap live capturing git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* pcap: update to version 1.0.0, add extension for changing the desired ↵Felix Fietkau2009-04-2510-605/+464
| | | | | | protocol for the internal raw socket (useful for reducing the cpu overhead of capture) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15398 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] mac80211: cleanup patchesGabor Juhos2009-04-244-31/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15392 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] r6040 kernel module also needs to set the CONFIG_R6040_NAPI symbolFlorian Fainelli2009-04-241-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15377 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [toolchain] uClibc cleanup:Nicolas Thill2009-04-241-9/+5
| | | | | | | | - use full version string (0.9.30.1), instead of base (0.9.30) + extra (.1) - remove support for 0.9.28 and snapshots (building from SVN to be added later) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15368 3c298f89-4303-0410-b956-a3cf2f4a3e73
* uci: upgrade to 0.7.5 - fixes a runtime error with 2.6.29 if flock() does ↵Felix Fietkau2009-04-231-2/+2
| | | | | | not work git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kmod-bluetooth includes hidp, which needs input-core. add the missing dependencyFelix Fietkau2009-04-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15355 3c298f89-4303-0410-b956-a3cf2f4a3e73
* madwifi: fix a header file conflict with iptablesFelix Fietkau2009-04-232-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15354 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] modules: fix several typos in block.mkGabor Juhos2009-04-231-6/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* build host libtool along with target libtoolFelix Fietkau2009-04-221-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15338 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kmod bluetooth] hci_usb.c has been replaced with btusb.c in 2.6.29 - modify ↵Hamish Guthrie2009-04-221-0/+33
| | | | | | makefile to handle this condition based upon kernel revision git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15336 3c298f89-4303-0410-b956-a3cf2f4a3e73
* automatically configure switches when swconfig is installedFelix Fietkau2009-04-212-1/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15328 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an explicit 'sysinit' tag for logging initscripts output, instead of '' ↵Nicolas Thill2009-04-211-1/+1
| | | | | | that was logged as is git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15323 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix nvram_get checking on non-WGT634U (#4975)Florian Fainelli2009-04-211-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: implement uci loading supportFelix Fietkau2009-04-216-64/+363
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15315 3c298f89-4303-0410-b956-a3cf2f4a3e73
* swconfig: fix up kernel dependenciesFelix Fietkau2009-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15304 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add optional driver for the hw watchdog on gateworks avila boards (requires ↵Felix Fietkau2009-04-203-0/+270
| | | | | | soldering to work properly) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15300 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prepare libtool for being build nativly (and therefore being able to build ↵Mirko Vogt2009-04-201-2/+4
| | | | | | libtool-required host-stuff within OpenWrt independent of libtool-version installed on the host-system), remove weird aclocal-copies git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15298 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ps3-utils] corrected dependenciesHamish Guthrie2009-04-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel modules] add joystick device supportHamish Guthrie2009-04-201-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15295 3c298f89-4303-0410-b956-a3cf2f4a3e73