summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* convert remaining tools to $(HOST_STATIC_LINKING) (#12012)Jo-Philipp Wich2012-08-125-6/+6
| | | | SVN-Revision: 33148
* base-files: provide a sysupgrade -r (--restore-backup) option as convenience ↵Jo-Philipp Wich2012-08-122-1/+13
| | | | | | wrapper for tar -C / -x(v)zf SVN-Revision: 33147
* xz: update to 5.0.4Jo-Philipp Wich2012-08-121-2/+2
| | | | | | Signed-off-by: Jonh Wendell <jonh.wendell@gmail.com> SVN-Revision: 33146
* ramips: rename rt3352 usb platform devicesGabor Juhos2012-08-121-2/+2
| | | | | | | | | In order to get OHCI/EHCI working on the Rt3352, the platform device must be named so rt3883-?hci will recognize it. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33145
* ramips: watchdog: use maximum possible timeout by defaultGabor Juhos2012-08-121-6/+6
| | | | | | | | | | | | | As the userspace has no means to determine the maximum possible timeout, use that as the default and let the userspace lower it when necessary. As the result the usual OpenWrt install (with busybox's watchdog trying to set the timeout to 60s on start) is using a 33s timeout on an RT3052 clocked at 384MHz instead of the current 20s default. Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33144
* ramips: provide means to specify custom "image name" for uImages, use for ↵Gabor Juhos2012-08-121-4/+5
| | | | | | | | | | | DIR-620 D-Link's DIR-620 allows to flash a uImage directly from its web-interface but for that the image name should be set to DIR_620. Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33143
* ramips: add D-Link DIR-620 A1 supportGabor Juhos2012-08-1210-6/+81
| | | | | | | | | | | | Full functionality runtime tested, installation via OEM web-interface requires a follow-up patch. Thanks go to Sergey Vasilyugin for his patch that pointed me at the missing bits (including the antiparallel wps led). Signed-off-by: Paul Fertser <fercerpav@gmail.com> SVN-Revision: 33142
* tools/ppl: fix automake error due to use of obsolete directory nameJo-Philipp Wich2012-08-121-0/+75
| | | | | | | | | | | | | | | | | | | | | | | I recently experienced this: configure.ac:1101: the top level interfaces/Prolog/Ciao/Makefile.am:168: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/GNU/Makefile.am:167: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SICStus/Makefile.am:71: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/SWI/Makefile.am:187: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/XSB/Makefile.am:186: `pkglibdir' is not a legitimate directory for `DATA' interfaces/Prolog/YAP/Makefile.am:176: `pkglibdir' is not a legitimate directory for `DATA' make[4]: *** [Makefile.in] Error 1 Found this on google: http://bugs.mysql.com/bug.php?id=63898 And used this to fix it: fgrep -rlZ pkglib_DATA --include Makefile.am . | xargs -0 sed -i 's/pkglib_DATA/pkgdata_DATA/g' Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33141
* use HOST_STATIC_LINKING instead of hardcoding -staticJo-Philipp Wich2012-08-1223-25/+27
| | | | SVN-Revision: 33140
* prereq-build.mk: do not perform static linking tests on DarwinJo-Philipp Wich2012-08-121-15/+20
| | | | SVN-Revision: 33139
* host-build.mk: define a variable HOST_STATIC_LINKING which is set to ↵Jo-Philipp Wich2012-08-121-0/+4
| | | | | | "-static" on non-Darwin systems SVN-Revision: 33138
* generic: use __meminit annotation for crashlog_init_memblockGabor Juhos2012-08-121-3/+3
| | | | | | | | | | | | | | | Fixes this section mismatch warning: WARNING: vmlinux.o(.meminit.text+0xb14): Section mismatch in reference from the function memblock_insert_region() to the function .init.text:crashlog_init_memblock() The function __meminit memblock_insert_region() references a function __init crashlog_init_memblock(). If crashlog_init_memblock is only used by memblock_insert_region then annotate crashlog_init_memblock with a matching annotation. Also, remove the __init annotations from 'include/linux/crashlog.h' SVN-Revision: 33137
* netifd: bump to git head, userspace routes are installed with RTPROT_STATIC ↵Jo-Philipp Wich2012-08-111-2/+2
| | | | | | from now on SVN-Revision: 33132
* only support 128KiB erase block sizesFlorian Fainelli2012-08-111-0/+2
| | | | SVN-Revision: 33131
* disable PCI supportFlorian Fainelli2012-08-113-33/+5
| | | | | | None of the boards we support have PCI connectors SVN-Revision: 33130
* strip a bit more the kernel configFlorian Fainelli2012-08-111-24/+1
| | | | SVN-Revision: 33129
* properly advertise OHCI and EHCI capabilitiesFlorian Fainelli2012-08-111-1/+3
| | | | SVN-Revision: 33128
* change partition names to be more in line with other OpenWrt devicesFlorian Fainelli2012-08-111-4/+4
| | | | SVN-Revision: 33127
* generate upgrade files suffixed with filesystem typeFlorian Fainelli2012-08-111-3/+3
| | | | SVN-Revision: 33126
* 6rd: missing config option `ipaddr`.Jo-Philipp Wich2012-08-111-0/+1
| | | | | | | | This option is necessary when configuring 6rd behind NAT. Signed-off-by: Stéphan Kochen <stephan@kochen.nl> SVN-Revision: 33123
* add remaining missing build prereq checksJo-Philipp Wich2012-08-111-0/+19
| | | | SVN-Revision: 33122
* add a build preeq check for glibc-staticJo-Philipp Wich2012-08-101-0/+9
| | | | SVN-Revision: 33121
* sed: disable further SELinux featuresJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33120
* sed: unconditionally disable SELinux, NLS and ACL support (#12007)Jo-Philipp Wich2012-08-101-0/+7
| | | | SVN-Revision: 33119
* Revert "[tools] cmake: link statically"Jo-Philipp Wich2012-08-101-3/+0
| | | | | | Static linking of cmake is broken on x86_64, until we can sort it out, revert the static linking. SVN-Revision: 33118
* firmware-utils: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33117
* e2fsprogs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33116
* dosfstools: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33115
* cmake: link staticallyJo-Philipp Wich2012-08-101-0/+3
| | | | SVN-Revision: 33114
* ccache: fix compilation, link staticallyJo-Philipp Wich2012-08-101-5/+2
| | | | SVN-Revision: 33113
* yaffs2: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33112
* xz: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33111
* wrt350nv2-builder: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33110
* upx: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33109
* upslug2: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33108
* sstrip: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33107
* squashfs4: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33106
* squashfs: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33105
* sdcc: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33104
* qemu: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33103
* pkg-config: link staticallyJo-Philipp Wich2012-08-101-2/+3
| | | | SVN-Revision: 33102
* patch-cmdline: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33101
* padjffs2: link staticallyJo-Philipp Wich2012-08-102-2/+6
| | | | SVN-Revision: 33100
* mtools: link staticallyJo-Philipp Wich2012-08-101-0/+2
| | | | SVN-Revision: 33099
* mtd-utils: link staticallyJo-Philipp Wich2012-08-101-1/+2
| | | | SVN-Revision: 33098
* mklibs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33097
* mkimage: link staticallyJo-Philipp Wich2012-08-101-1/+1
| | | | SVN-Revision: 33096
* m4: link staticallyJo-Philipp Wich2012-08-101-1/+3
| | | | SVN-Revision: 33095
* lzma: link staticallyJo-Philipp Wich2012-08-101-2/+2
| | | | SVN-Revision: 33094
* genext2fs: link staticallyJo-Philipp Wich2012-08-101-0/+1
| | | | SVN-Revision: 33093