summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
* Add support for SRV records to dnsmasq config parsingPeter Denison2010-05-081-0/+18
| | | | SVN-Revision: 21400
* broadcom-wl: check iface pid file when invoking nas, fixes starting nas for ↵Jo-Philipp Wich2010-05-071-2/+3
| | | | | | additional wireless networks (#7255) SVN-Revision: 21394
* pptp: don't remove server route if the gateway is 0.0.0.0, this fixes a ↵Jo-Philipp Wich2010-05-071-1/+1
| | | | | | problem when a pppoe peer is pptp server at the same time SVN-Revision: 21393
* ppp: - don't let pppd control resolv.conf.auto because it will wipe foreign ↵Jo-Philipp Wich2010-05-073-15/+11
| | | | | | dns entries - handle dns setup in ip-up handler - use add_dns() and remove_dns() to only add/remove dns entries related to the corresponding pppd instance - make pppd shutdown work for interfaces without ifname option, e.g. pptp SVN-Revision: 21392
* base-files: add add_dns() and remove_dns() helpers to network config, useful ↵Jo-Philipp Wich2010-05-071-0/+29
| | | | | | to merge dns entries from multiple interfaces SVN-Revision: 21391
* pptp: utilize coldplug_interface_pptp() to automatically launch pptp ↵Jo-Philipp Wich2010-05-062-34/+5
| | | | | | instances on boot SVN-Revision: 21390
* base-files: add a coldplug_interface_* hook to bring up non-hotpluggable ↵Jo-Philipp Wich2010-05-061-0/+11
| | | | | | interfaces on boot SVN-Revision: 21389
* pptp: update to v1.7.1Jo-Philipp Wich2010-05-061-3/+3
| | | | SVN-Revision: 21388
* ppp: - make pppd shutdown more robust as pptp hangs when the underlying ↵Jo-Philipp Wich2010-05-061-7/+11
| | | | | | connection is gone - don't rely on pid files generated by pppd, they're missing if the link is done, generate a per-instance pidfile with ssd instead SVN-Revision: 21387
* base-files, ppp: fix interface shutdownJo-Philipp Wich2010-05-062-8/+7
| | | | SVN-Revision: 21386
* base-files, ppp: remove protocol specific cleanup code from /sbin/ifdown and ↵Jo-Philipp Wich2010-05-053-28/+28
| | | | | | move it to protocol stop callbacks SVN-Revision: 21383
* openssl: update to v0.9.8n, thanks Peter WagnerJo-Philipp Wich2010-05-053-38/+3
| | | | SVN-Revision: 21382
* kmod-ocf-hifn7751 depends on PCI, spotted by buildbotFlorian Fainelli2010-05-051-1/+1
| | | | SVN-Revision: 21381
* base-files: do not bring up wlan interfaces from hotplug events, so that ↵Felix Fietkau2010-05-051-0/+2
| | | | | | wrong network/wireless configs are more noticeable SVN-Revision: 21379
* firewall: properly unset position for delete command, fixes rule removal in ↵Jo-Philipp Wich2010-05-051-2/+2
| | | | | | ifdown SVN-Revision: 21378
* ppp: pass "nodefaultroute" if defaultroute is 0, don't unconditionally ↵Jo-Philipp Wich2010-05-051-2/+4
| | | | | | truncate resolv.conf, thanks cshore SVN-Revision: 21361
* firewall: fix bug in iface hotplug handlerJo-Philipp Wich2010-05-051-1/+1
| | | | SVN-Revision: 21360
* openssl: update OCF userspace part to version 20100325Jo-Philipp Wich2010-05-042-269/+215
| | | | SVN-Revision: 21359
* kernel: package ocf hifn7751 and hifnHIPP drivers, allow OCF on brcm-2.4Jo-Philipp Wich2010-05-041-1/+25
| | | | SVN-Revision: 21358
* package/grub: only disable graphics on host grubNicolas Thill2010-05-041-1/+1
| | | | SVN-Revision: 21353
* ath9k: fix filtering out multi-descriptor frames, which can cause issues ↵Felix Fietkau2010-05-041-0/+24
| | | | | | with 11n links because of bogus rx status data SVN-Revision: 21351
* fix acx compile error with VLYNQ support (#7281)Florian Fainelli2010-05-041-1/+1
| | | | SVN-Revision: 21347
* base-files: Remove redundant stopping of watchdogVasilis Tsiligiannis2010-05-031-1/+0
| | | | | | busybox watchdog applet should stop the watchdog before shutting down SVN-Revision: 21341
* update acx-mac80211 to 20100422, patch from Bernhard LoosFlorian Fainelli2010-05-037-218/+260
| | | | SVN-Revision: 21335
* add stop() to watchdog init script, patch from Yury PolyanskiyFlorian Fainelli2010-05-031-1/+6
| | | | SVN-Revision: 21334
* hostapd: fix line reordering leading to segfaultsFelix Fietkau2010-05-021-3/+3
| | | | SVN-Revision: 21323
* mac80211: use the nl80211 driver for wpa_supplicantFelix Fietkau2010-05-021-1/+1
| | | | SVN-Revision: 21321
* wpa_supplicant: fix issues with the nl80211 driverFelix Fietkau2010-05-022-0/+128
| | | | SVN-Revision: 21320
* mac80211: enable rx/tx stbc by default if supportedFelix Fietkau2010-05-021-0/+4
| | | | SVN-Revision: 21319
* make acx available to PCI platforms as well (#7174)Florian Fainelli2010-05-022-11/+38
| | | | SVN-Revision: 21313
* unmark acx-mac80211 as being brokenFlorian Fainelli2010-05-021-1/+1
| | | | SVN-Revision: 21308
* package/grub: build a host grub and a target grub (#7269) - use the host ↵Nicolas Thill2010-05-021-50/+41
| | | | | | grub binary for grub install, but with target stage files - disable SSP (-fno-stack-protector) & Compile Time Buffer Checks (-U_FORTIFY_SOURCE) if appropriate - create a target grub package SVN-Revision: 21305
* ppp: rename 20-usb-modem to 20-atm-modemJo-Philipp Wich2010-05-022-1/+1
| | | | SVN-Revision: 21303
* ppp: add hotplug helper for usb dsl modems to ppp-mod-pppoa packageJo-Philipp Wich2010-05-022-0/+27
| | | | SVN-Revision: 21302
* update fuse to 2.8.4, fixes build failures with 2.6.30 kernels (on rdc at least)Florian Fainelli2010-05-021-2/+2
| | | | SVN-Revision: 21300
* nvram: fix crash when get, set or unset is invoked without argument (#7263)Jo-Philipp Wich2010-05-022-14/+26
| | | | SVN-Revision: 21288
* ppp: bring pppoa script in sync with updated ppp logicJo-Philipp Wich2010-05-011-7/+16
| | | | SVN-Revision: 21287
* firewall: - replace uci firewall with a modular dual stack implementation ↵Jo-Philipp Wich2010-05-0115-544/+1023
| | | | | | developed by Malte S. Stretz - bump version to 2 SVN-Revision: 21286
* comgt: - localize variables - bring scripts in sync with updated ppp logic - ↵Jo-Philipp Wich2010-05-012-5/+15
| | | | | | bump package revision SVN-Revision: 21285
* pptp: - bring pptp scripts in sync with updated ppp logic - bump package ↵Jo-Philipp Wich2010-05-012-10/+4
| | | | | | revision SVN-Revision: 21284
* ppp: - patch pppd to support named interfaces (e.g. "pppoe-wan") - use named ↵Jo-Philipp Wich2010-05-015-63/+158
| | | | | | interfaces when bringing up 3g, pptp, ppp or pppoe connections - get rid of unit count logic - shutdown pppd when ifdown is invoked - bump package revision SVN-Revision: 21283
* package/base-files: fix libraries packaging on 64bits targets (closes: #6918)Nicolas Thill2010-05-011-9/+14
| | | | SVN-Revision: 21282
* pppd: - localize variables in setup script - implement demand option as true ↵Jo-Philipp Wich2010-05-011-9/+52
| | | | | | boolean so that 0 actually disables it - don't overwrite user supplied dns servers if demand is enabled - toggle peerdns default value, use 1 if no user supplied dns server is set, 0 otherwise - reset resolv.conf.auto before setting up dns SVN-Revision: 21280
* vsc73x5-ucode: use the mirrored ucode files from my server to replace an 127 ↵Felix Fietkau2010-04-301-13/+5
| | | | | | MB download with a 14k one SVN-Revision: 21274
* mac80211: update to wireless-testing 2010-04-28Felix Fietkau2010-04-3013-774/+14
| | | | SVN-Revision: 21271
* swconfig: mask on brcm47xxJo-Philipp Wich2010-04-301-1/+1
| | | | SVN-Revision: 21270
* package/grub: fix x86_64 issue (closes #7248)Alexandros C. Couloumbis2010-04-301-0/+3
| | | | SVN-Revision: 21264
* uboot-xburst: Fix lcd display init sequence.Lars-Peter Clausen2010-04-291-8/+11
| | | | SVN-Revision: 21263
* package/kernel: renable kmod-input on 2.4 (closes: #7063)Nicolas Thill2010-04-291-3/+10
| | | | SVN-Revision: 21262
* package/kernel: mark a bunch of kmod packages that don't exist on 2.4 as 2.6 ↵Nicolas Thill2010-04-297-7/+23
| | | | | | only SVN-Revision: 21251