aboutsummaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* [package] 6in4, 6to4: remove dependency on "ip"Jo-Philipp Wich2012-06-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32403 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6to4: use network_find_wan() and network_get_iapddr() to find ↵Jo-Philipp Wich2012-06-172-44/+13
| | | | | | local ip, use json_get_vars() to read settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: change local4 option name back to ipaddrJo-Philipp Wich2012-06-171-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 6in4: use network_find_wan() and network_get_iapddr() to find ↵Jo-Philipp Wich2012-06-172-42/+11
| | | | | | local ip, use json_get_vars() to read settings git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: implement network_get_gateway(), ↵Jo-Philipp Wich2012-06-172-1/+60
| | | | | | network_get_gateway6(), network_find_wan() and network_find_wan6() in /lib/functions/network.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: update to 2.9.0Felix Fietkau2012-06-163-49/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32396 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: move kmod-fuse to package/kernelFelix Fietkau2012-06-162-16/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: remove obsolete patchesFelix Fietkau2012-06-164-143/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ltq-tapidemo] set explicit -lpthreadJohn Crispin2012-06-161-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32388 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pjsip] fixes ccache compile and adds missing -lcJohn Crispin2012-06-152-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32387 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: fix an invalid pointer access in the tx pathFelix Fietkau2012-06-144-11/+61
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add uclibc++ (from packages)Felix Fietkau2012-06-148-0/+380
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32367 3c298f89-4303-0410-b956-a3cf2f4a3e73
* netifd: update to latest version, adds back the workaround for ignoring ↵Felix Fietkau2012-06-141-2/+2
| | | | | | wlan* in /etc/config/network git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32356 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: enable shell tracing in initscripts when INIT_TRACE is setJo-Philipp Wich2012-06-131-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: override Build/Compile/Default instead of Build/Compile (fixes ↵Felix Fietkau2012-06-131-1/+2
| | | | | | #11667) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32339 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: make ppp-mod-pptp depend on resolveipJo-Philipp Wich2012-06-121-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32269 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add missing options.pptpJo-Philipp Wich2012-06-111-0/+7
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32233 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] drop userspace pptp - it is defunct, slow and badly integratedJo-Philipp Wich2012-06-114-184/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32198 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] ppp: add support for kernel mode pptpJo-Philipp Wich2012-06-113-2/+3135
| | | | | | | - add ppp-mod-pptp, based on patch by Daniel Golle <dgolle@allnet.de> - add netifd integration for pptp to ppp.sh git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32197 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netifd: localize internally used shell variables (#11567)Jo-Philipp Wich2012-06-112-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32192 3c298f89-4303-0410-b956-a3cf2f4a3e73
* e2fsprogs: move dependencies to the right packagesFelix Fietkau2012-06-111-1/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* util-linux: disable udev support, add missing dependenciesFelix Fietkau2012-06-111-2/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32183 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fuse: add missing dependencyFelix Fietkau2012-06-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ebtables: add a missing dependencyFelix Fietkau2012-06-111-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: remove target dependencies on libgcc/libgfortran, add checks to ↵Felix Fietkau2012-06-101-6/+3
| | | | | | package install template instead git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove BUSYBOX_USE_LIBRPCFelix Fietkau2012-06-102-7/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ubus: add a missing dependencyFelix Fietkau2012-06-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32174 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: add a missing dependencyFelix Fietkau2012-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32173 3c298f89-4303-0410-b956-a3cf2f4a3e73
* toolchain: fix libc dependency on libgccFelix Fietkau2012-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32170 3c298f89-4303-0410-b956-a3cf2f4a3e73
* base-files: move all toolchain packages to a separate package directory ↵Felix Fietkau2012-06-102-543/+565
| | | | | | 'toolchain' git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32169 3c298f89-4303-0410-b956-a3cf2f4a3e73
* util-linux: libblkid depends on libuuidFelix Fietkau2012-06-101-9/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32168 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [tools] mklibs: update to 0.1.34 (v2)Luka Perkov2012-06-101-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32165 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix bad variable substitution on right hand side of I/O ↵Jo-Philipp Wich2012-06-102-1/+13
| | | | | | redirection, imported patch from upstream bug 5282 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32162 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: block restart of interfaces if pppd refused the command line optionsFelix Fietkau2012-06-101-0/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ath9k: add some more ani fixesFelix Fietkau2012-06-107-0/+1412
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32159 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] zlib: update to 1.2.7Luka Perkov2012-06-093-80/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ppp: enable no_device in the netifd pppoa handler to bring it up at boot ↵Felix Fietkau2012-06-091-0/+2
| | | | | | time (#11631) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: update to 2.21.2Luka Perkov2012-06-092-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] e2fsprogs: update to 1.42.3Luka Perkov2012-06-092-3/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32140 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make librpc compatible with eglibc, unconditionally enable it for packages ↵Felix Fietkau2012-06-083-34/+206
| | | | | | that need rpc support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32129 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] firewall: allow incoming ICMPv6 router-advertisement and ↵Jo-Philipp Wich2012-06-082-1/+3
| | | | | | neighbor-advertisement, thanks swalker git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* mac80211: remove the passive-scan/no-ibss flag of channels 36-48 in the ↵Felix Fietkau2012-06-081-1/+1
| | | | | | world regd similar to the default regd in ath git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* kernel: add module packages for usbip (from the packages feed)Felix Fietkau2012-06-071-0/+31
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] base-files: implement network_defer_device() and ↵Jo-Philipp Wich2012-06-071-0/+16
| | | | | | network_ready_device() wrappers for upcoming netifd iface deferring support git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32106 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iproute2: fix build errors with newer versions of eglibcFelix Fietkau2012-06-071-0/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iptables: fix build error if only libraries are selectedFelix Fietkau2012-06-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] netifd: fix typo in dhcp protocol handler, fixes reqopt handling ↵Jo-Philipp Wich2012-06-071-1/+1
| | | | | | (#11609) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32098 3c298f89-4303-0410-b956-a3cf2f4a3e73
* hostapd: fix driver setting for wpa_s in IBSS/WPA-NONEFelix Fietkau2012-06-061-4/+6
| | | | | | | | | This fix is needed to correctly set the driver to use with wpa_s in case of IBSS/WPA-NONE. The current setting is not made correctly. Signed-off-by: Antonio Quartulli <ordex@autistici.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32084 3c298f89-4303-0410-b956-a3cf2f4a3e73
* libubox: add mirror md5sumFelix Fietkau2012-06-061-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32080 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] util-linux: fix typoLuka Perkov2012-06-051-2/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32074 3c298f89-4303-0410-b956-a3cf2f4a3e73