summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* fix fuse compile on osxnbd2007-04-012-0/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6807 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Limit the number of hotplug childrensflorian2007-04-012-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6804 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix i2c module dependencies (#1525)florian2007-04-011-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6794 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix iptables extension issue with mac os x buildsnbd2007-04-011-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6786 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert bluetooth kconfig change - it doesn't work that waynbd2007-03-311-4/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6772 3c298f89-4303-0410-b956-a3cf2f4a3e73
* /sbin/hotplug-call: export the hotplug event type through the environment ↵nbd2007-03-312-2/+4
| | | | | | for hotplug scripts git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6768 3c298f89-4303-0410-b956-a3cf2f4a3e73
* allow dhcp sections for dnsmasq to add command line optionsnbd2007-03-311-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check initseq->first in awx after running include()nbd2007-03-291-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6751 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix an uninitialized variable in awx (does not fix random segfault yet, ↵nbd2007-03-281-1/+2
| | | | | | still looking into it) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6750 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Bluetooth depends on USB for 2.6 kernels alsoflorian2007-03-281-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6741 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Bluetooth modules also depend on USBflorian2007-03-281-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6740 3c298f89-4303-0410-b956-a3cf2f4a3e73
* replace common -I and -L search flags with TARGET_CPPFLAGS and TARGET_LDFLAGSnico2007-03-285-9/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6735 3c298f89-4303-0410-b956-a3cf2f4a3e73
* cleanup ntfs-3g makefile (remove kernel.mk include, unused configure options...)nico2007-03-281-46/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6734 3c298f89-4303-0410-b956-a3cf2f4a3e73
* tweak isakmpd & keynote makefilesnico2007-03-283-14/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6733 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add dependency info for linux 2.4 specific kmod package (related to #1521)nbd2007-03-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6732 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add nfs kernel server kmod package (patch from #1524)nbd2007-03-271-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6729 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove bogus dependenciesnbd2007-03-271-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6728 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a problem with the firewall script (multicast traffic could produce ↵nbd2007-03-271-1/+1
| | | | | | packet loss) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6726 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the sdknbd2007-03-261-5/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable dso support back in openssl, needed to use shared zlib compression, ↵nico2007-03-261-2/+2
| | | | | | | | | | and should fix the "error:2507006C:lib(37):func(112):reason(108)" errors. closes: #1182 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6706 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add prereq check for pkg-config (required by ntfs-3g)nbd2007-03-251-0/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Use MiBSD ksh if installed (#1470)florian2007-03-241-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6687 3c298f89-4303-0410-b956-a3cf2f4a3e73
* trigger a kernel module rebuild when the kernel config changesnbd2007-03-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6671 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a compile errornbd2007-03-241-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6670 3c298f89-4303-0410-b956-a3cf2f4a3e73
* split libuuid from e2fsprogs and install development filesnbd2007-03-241-1/+22
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set the DEVICE variable in hotplug events from ppp interfacesnbd2007-03-242-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6667 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename uci-update.awk to uci.awk and add a few config_* functionsnbd2007-03-243-21/+58
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6666 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix uci commitnbd2007-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6665 3c298f89-4303-0410-b956-a3cf2f4a3e73
* small cleanupnbd2007-03-241-14/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't call wpa_supplicant unconditionallynbd2007-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6656 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix wep encryption setting for madwifinbd2007-03-241-1/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6655 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a small typonbd2007-03-241-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6654 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve autorebuild for iptables when the kernel config changesnbd2007-03-231-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make busybox autorebuild on relevant config changesnbd2007-03-231-0/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6651 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a harmless warningnbd2007-03-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6650 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix typo in UnistallDevnico2007-03-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6643 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an optional parameter to scan_interfaces() that can override the network ↵nbd2007-03-191-1/+2
| | | | | | config file (defaults to 'network') git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6619 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add acx packageejka2007-03-183-0/+95
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6605 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Move /sys on pivot_root tooejka2007-03-181-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6603 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add bssid fix from #1281florian2007-03-182-0/+42
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6601 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade dnsmasq to latest version, rewrite dnsmasq init script for uci, ↵nbd2007-03-175-51/+67
| | | | | | rename /bin/ipcalc to /bin/ipcalc.sh (fixes #1452) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6595 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove duplicate section to find bridge namethepeople2007-03-171-4/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6591 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix default netmasknbd2007-03-171-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6589 3c298f89-4303-0410-b956-a3cf2f4a3e73
* speed up package/installnbd2007-03-171-1/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6588 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package libssp for apps that need it (only enabled for gcc4)nbd2007-03-161-1/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6584 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵nbd2007-03-1652-53/+1
| | | | | | 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 ↵nbd2007-03-1649-121/+5
| | | | | | 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
* Changed kernel configs to enable more packages. Added additionalhcg2007-03-161-1/+2
| | | | | | | dependencies to mmc module in the modules tree git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6579 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add a new 'option disabled' to wifi-devicembm2007-03-163-19/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6576 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Add an 'Image Configuration' menu to menuconfignbd2007-03-164-5/+30
| | | | | | | | | Packages can export a list of config options with labels and data types through the metadata. The selected config values will be exported to the target filesystem in /etc/uci-defaults and applied on the first boot. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6572 3c298f89-4303-0410-b956-a3cf2f4a3e73