summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* imagetag: Significantly updated brcm63xx imagetag writing tool. * Rewrote ↵Daniel Dickinson2010-11-166-242/+1806
| | | | | | commandline parsing code using gengetopt - We now get long options - We have more options including use of the info section for board information (e.g. to add the same boardid but different GPIOs on different routers) * Added back the ability to write stock images (this is useful, for example, when copying the firmware from the in-memory flash, and then being able to create an image that will let you revert to/test stock firmware * Fixed copying of CRCs to use memcpy instead of strncpy (strncpy stops at 0) * Added ability to use all sections of the imagetag, including custom magic signatures (e.g. for the Telsey router I'm adding soon), info sections, and reserved sections * Added putting the router type (as defined in the image generating Makefile) into the info1 section and the filesystem type in the info2 section. This will be used by mtd (when I add the code) to return the name of image used to flash this router. (As requested by Jo, as well as being useful for same boardid different board scenario described above). SVN-Revision: 24011
* switch to LuCI trunk, should be stable enough for common use nowJo-Philipp Wich2010-11-161-1/+1
| | | | SVN-Revision: 24010
* fix proc filesystem usage, patch from Wipster.Florian Fainelli2010-11-152-12/+86
| | | | SVN-Revision: 24008
* fix r6040 multicast operations (#7848)Florian Fainelli2010-11-151-0/+177
| | | | SVN-Revision: 24006
* refresh 2.6.32 patchesFlorian Fainelli2010-11-151-2/+2
| | | | SVN-Revision: 24005
* linux/generic: update to layer7-2.22 for kernels >=2.6.36Alexandros C. Couloumbis2010-11-154-1455/+1577
| | | | SVN-Revision: 24004
* target/linux: add some 2.6.37 missing symbols. (thank you maddes)Alexandros C. Couloumbis2010-11-151-0/+49
| | | | SVN-Revision: 24002
* linux/generic: add a missing symbol. (thank you kaloz)Alexandros C. Couloumbis2010-11-152-0/+2
| | | | SVN-Revision: 24001
* brcm63xx: imagetag: Fixed occaisonal wrong CRC in image due to using strncpy ↵Daniel Dickinson2010-11-151-2/+2
| | | | | | to copy the CRC into the imagetag. strncpy stops copying after a 00 byte, memcpy doesn't. SVN-Revision: 24000
* 6to4: use revert instead of delete, avoids aggregating deltas in /tmp/.uci ↵Jo-Philipp Wich2010-11-151-4/+4
| | | | | | over time SVN-Revision: 23998
* 6to4: remove leftover peeraddr stuffJo-Philipp Wich2010-11-151-3/+0
| | | | SVN-Revision: 23997
* add 6to4 - provides full automatic 6to setup with optional configuration in ↵Jo-Philipp Wich2010-11-143-0/+263
| | | | | | /etc/config/network SVN-Revision: 23996
* add input subsystem to hotplug rules This patch adds the input subsystem to ↵Jo-Philipp Wich2010-11-141-1/+1
| | | | | | | | the hotplug rules, making it possible to react on the addition of input devices (e.g. USB numpads). Signed-off-by: Stefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de> SVN-Revision: 23994
* kernel: fix l2tp kernel packagesHauke Mehrtens2010-11-144-18/+28
| | | | | | | l2tp-ip and l2tp-eth should depend on l2tp_netlink fix pppol2tp for kernel >= 2.6.35 SVN-Revision: 23993
* linux/generic: backport device tree support to MIPS from 2.6.37 to 2.6.36Alexandros C. Couloumbis2010-11-141-0/+233
| | | | SVN-Revision: 23991
* busybox: add 6RD prefix sanity checking as mandated by RFC5969, bump pkg ↵Jo-Philipp Wich2010-11-142-25/+35
| | | | | | revision SVN-Revision: 23990
* busybox: implement support for 6RD (RFC5969 7.1.1, DHCP option 212) in udhcpcJo-Philipp Wich2010-11-141-0/+131
| | | | SVN-Revision: 23989
* hostapd: fix madwifi related linker error (include wext support for non-wpad ↵Felix Fietkau2010-11-132-2/+15
| | | | | | hostapd builds) SVN-Revision: 23987
* kernel: add CONFIG_IPV6_SIT_6RDHauke Mehrtens2010-11-131-5/+4
| | | | | | This closes #8227 SVN-Revision: 23986
* generic: update gpio_buttons driverGabor Juhos2010-11-121-39/+55
| | | | SVN-Revision: 23984
* ar71xx: drivers/ar71xx_wdt: fix size argument passed to copy_to_user()Gabor Juhos2010-11-121-1/+1
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23983
* ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOMGabor Juhos2010-11-121-1/+1
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23982
* ar71xx: use pr_* functions in driversGabor Juhos2010-11-122-10/+4
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23981
* ar71xx: drivers/rb4xx_nand: remove C++ comment usageGabor Juhos2010-11-121-1/+3
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23980
* ar71xx: return statements does not need parenthesisGabor Juhos2010-11-123-8/+8
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23979
* ar71xx: fix inline attribute locationGabor Juhos2010-11-123-6/+6
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23978
* ar71xx: wrap long linesGabor Juhos2010-11-1210-19/+29
| | | | | | | | (build errors has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23977
* ar71xx: fix trailing statements locationGabor Juhos2010-11-122-4/+8
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23976
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-1258-340/+340
| | | | | | | | (build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975
* mac80211: fix another 2.6.35 compile errorFelix Fietkau2010-11-121-0/+11
| | | | SVN-Revision: 23974
* linux/adm5120: add preliminary 2.6.37 kernel supportAlexandros C. Couloumbis2010-11-1221-0/+1620
| | | | SVN-Revision: 23973
* mac80211: fix compile on linux 2.6.35Felix Fietkau2010-11-121-0/+16
| | | | SVN-Revision: 23972
* package/madwifi: refresh madwifi patchesAlexandros C. Couloumbis2010-11-1263-177/+179
| | | | SVN-Revision: 23971
* linux/generic: add imq patches for linux kernels 2.6.35,36,37. (closes #8211)Alexandros C. Couloumbis2010-11-123-0/+4026
| | | | SVN-Revision: 23970
* hostapd: update to 2010-11-11Felix Fietkau2010-11-1119-440/+24
| | | | SVN-Revision: 23969
* mac80211: update to wireless-testing 2010-11-10 + some pending workFelix Fietkau2010-11-1134-2175/+3678
| | | | SVN-Revision: 23968
* linux/ixp4xx: remove some garbage from 601_arm_2.6.37_update.patchAlexandros C. Couloumbis2010-11-111-5/+0
| | | | SVN-Revision: 23965
* linux/ixp4xx: add preliminary 2.6.37 kernel supportAlexandros C. Couloumbis2010-11-1141-0/+6542
| | | | SVN-Revision: 23964
* linux/generic: add some missing 2.6.37 USB symbolsAlexandros C. Couloumbis2010-11-111-0/+5
| | | | SVN-Revision: 23963
* busybox: mark as essentialJo-Philipp Wich2010-11-111-0/+1
| | | | SVN-Revision: 23961
* base-files: mark libc as hold and essential, opkg should now bail out if ↵Jo-Philipp Wich2010-11-111-0/+1
| | | | | | someone tries to uninstall libc SVN-Revision: 23960
* package-ipkg.mk: add support for "essential" package flag, fix typoJo-Philipp Wich2010-11-111-1/+2
| | | | SVN-Revision: 23959
* linux/generic: cosmeticAlexandros C. Couloumbis2010-11-111-4/+5
| | | | SVN-Revision: 23958
* linux/generic: fix a mistake in 2.6.37/089-mtd-samsung-flash.patch. (thank ↵Alexandros C. Couloumbis2010-11-111-16/+11
| | | | | | you maddes) SVN-Revision: 23957
* linux/generic: update mini_fo for kernels >=2.6.36Alexandros C. Couloumbis2010-11-112-18/+44
| | | | SVN-Revision: 23956
* linux/brcm47xx: include a missing 2.6.37 file (thank you hauke)Alexandros C. Couloumbis2010-11-111-0/+559
| | | | SVN-Revision: 23955
* net-hermes-pcmcia mark as broken, because we do not want the ugly pcmcia ↵Hauke Mehrtens2010-11-101-1/+1
| | | | | | patches from compat-wireless SVN-Revision: 23954
* uhttpd: redirect to same location with trailing slash appended if ↵Jo-Philipp Wich2010-11-104-5/+22
| | | | | | directories are requested SVN-Revision: 23952
* kernel: disable some config symbols for kernel 2.6.37Hauke Mehrtens2010-11-101-0/+13
| | | | SVN-Revision: 23951
* brcm47xx: missing in r23949Hauke Mehrtens2010-11-101-1/+0
| | | | SVN-Revision: 23950