Zoltan Herpai
24894e52bc
sunxi: prep module support options for 4.4
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48160
9 years ago
Zoltan Herpai
26c04e09a2
kernel/4.4: add missing config options
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48159
9 years ago
Felix Fietkau
c390359418
build: prevent host default LDFLAGS from leaking into packages
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48158
9 years ago
Felix Fietkau
7dfbac8073
target/sdk: do not include the target staging dir anymore, it is unnecessary now
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48157
9 years ago
Felix Fietkau
4a7340d8c6
target/sdk: ship .ko files to allow rebuild of the base kmod-* packages
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48156
9 years ago
Felix Fietkau
055ef8d691
build: do not allow the SDK to reconfigure built-in kernel modules
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48155
9 years ago
Zoltan Herpai
f15fc140f1
packages: bump uboot-sunxi to 2016.01-rc3, along with H3 PSCI/SMP patches
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48154
9 years ago
Imre Kaloz
f6340da7df
mwlwifi: update to 10.3.0.16-20160105 (adds DFS support)
...
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
SVN-Revision: 48152
9 years ago
Felix Fietkau
3e0615fe8f
package/libs/zlib: new package zlib-dev
...
The patch adds a new package zlib-dev. It contains all files needed for
compiling a program using the zlib library:
/usr/include/zconf.h
/usr/include/zlib.h
/usr/lib/libz.a
/usr/lib/pkgconfig/zlib.pc
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48151
9 years ago
Felix Fietkau
1aa774053b
openvpn: added service_triggers() to init script
...
Follow up of #21469
This patch enables autoreloading openvpn via procd.
Signed-off-by: Federico Capoano <nemesis@ninux.org>
SVN-Revision: 48150
9 years ago
Felix Fietkau
d65fe30d9b
package/libs/libtool: rename to libltdl
...
Source package libtool is used to package libltdl.
Unfortunately binary libtoolize is missing.
Packaging libtoolize would depend on package file which is in the
packages feed.
Felix Fietkau suggested to rename source libtool to libltdl
and to create a new package libtool in packages.
This patch contains the renaming.
CC: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
SVN-Revision: 48149
9 years ago
Felix Fietkau
92b56a9aa2
perf: drop @!USE_UCLIBC from depends
...
perf builds fine with uClibc too
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
SVN-Revision: 48148
9 years ago
Felix Fietkau
471a567a88
ramips: do not rely on $(BIN_DIR) installed files during image build (for ubnt-erx)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48147
9 years ago
Felix Fietkau
2499a57d92
targets: add kernel image dependencies on device tree files
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48146
9 years ago
Felix Fietkau
4ab26a52ef
build: skip rebuild of kernel images if the source did not change
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48145
9 years ago
Felix Fietkau
947eac1803
ramips: do not attempt to build ubnt-erx initramfs image if initramfs support is disabled
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48144
9 years ago
Felix Fietkau
9c949b0dca
build: suppress unnecessary kernel config rewrites to speed up build
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48143
9 years ago
Rafał Miłecki
5f69279dd6
swconfig: add API for setting port link speed
...
Some switches can force link speed for a port. Let's add API that will
allow drivers to export this feature.
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48142
9 years ago
Rafał Miłecki
a09e713299
swconfig: support sending SWITCH_TYPE_LINK to kernel
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48141
9 years ago
Felix Fietkau
56608a777e
ramips: fix duplicate /dts-v1/ line for WRTNODE2
...
Signed-off-by: Noble Pepper <openwrtmail@noblepepper.com>
SVN-Revision: 48138
9 years ago
Felix Fietkau
fa8a94f845
bzip2: only build the static library for the host, fixes build errors on mac os x
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48135
9 years ago
Felix Fietkau
44b6a5e549
samba36: add three CVE patches from 2015-12-16
...
This is a patch for CVE-2015-5252, CVE-2015-5296 and CVE-2015-5299. A
patchset for these vulnerabilities was published on 16th December 2015.
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
SVN-Revision: 48133
9 years ago
Felix Fietkau
33beafa8d8
Configure IPv6 kernel options in config/Config-kernel.in
...
Revision 46834 changed IPv6 support from a module to builtin. But
since the configuration of the IPv6 kernel options was left in
package/kernel/linux/modules/netsupport.mk, this means that an
empty kmod-ipv6 module was still being generated (not packaged).
This patch moves the configuration of the IPv6 kernel options to
config/Config-kernel.in to remove this last bit of the module.
Note that CONFIG_IPV6_PRIVACY was dropped (enabled by default
since Linux v3.13), so this option is no longer needed.
See 5d9efa7ee9
Signed-off-by: Arjen de Korte <arjen+openwrt@de-korte.org>
SVN-Revision: 48132
9 years ago
Felix Fietkau
48a57b1ead
ramips: set mips16 support
...
Signed-off-by: Cristian Morales Vega <cristian@samknows.com>
SVN-Revision: 48131
9 years ago
Zoltan Herpai
de4145c102
sunxi: fix Lamobo R1 board detection
...
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
SVN-Revision: 48130
9 years ago
Felix Fietkau
f500c8f3ac
relayd: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48129
9 years ago
Felix Fietkau
9632c00435
firewall: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48128
9 years ago
Felix Fietkau
9b41cc70fe
uci: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48127
9 years ago
Felix Fietkau
04d7cf87e3
ustream-ssl: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48126
9 years ago
Felix Fietkau
dce9fb3006
librpc: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48125
9 years ago
Felix Fietkau
286e0917f3
uqmi: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48124
9 years ago
Felix Fietkau
94f47d4d17
fstools: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48123
9 years ago
Felix Fietkau
a5dc438274
uhttpd: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48122
9 years ago
Felix Fietkau
409d546353
rpcd: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48121
9 years ago
Felix Fietkau
8afc90225b
ubox: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48120
9 years ago
Felix Fietkau
21062c2495
procd: move to git.openwrt.org
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48119
9 years ago
Felix Fietkau
9cd6162b63
packages: use OPENWRT_GIT to point at the main openwrt git repo
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48118
9 years ago
Felix Fietkau
11b7bc593c
build: add a variable pointing to the main openwrt git repositories (useful if we want to support using a mirror later)
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48117
9 years ago
Felix Fietkau
c9f75a77ed
export KERNEL_INITRAMFS_IMAGE
...
`Build/ubnt-erx-factory-kernel` in `target\linux\ramips\image\Makefile`
references `$(KERNEL_INITRAMFS_IMAGE)`
which is not exported
Signed-off-by: YounJae Rho <luxflow@live.com>
SVN-Revision: 48116
9 years ago
John Crispin
e85230ce2e
ralink: add a few mt7688 fixes that got lost in the v4.3 bump
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48115
9 years ago
John Crispin
eb9fccc440
ralink: update the usb phy driver to the version sent upstream
...
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48114
9 years ago
John Crispin
9b675a2a33
ralink: fix USB compatible strings
...
switch to the upstream compatible strings for ehci and ohci support.
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 48113
9 years ago
Rafał Miłecki
e17c1e45ad
bcm53xx: fix USB patch breaking 4.4 compilation
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48112
9 years ago
Rafał Miłecki
ccb7d794ff
kernel: update bcma by backporting 4.4 and 4.5 patches
...
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 48111
9 years ago
Felix Fietkau
b1986d8fd6
build: use directory name instead of PKG_NAME for staging files and package metadata
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48110
9 years ago
Felix Fietkau
e14d2aee0a
kernel: add at803x fix for sgmii mode
...
Some (possibly broken) bootloaders incorreclty initialize at8033
phy. This patch enables sgmii autonegotiation mode.
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 48109
9 years ago
Felix Fietkau
54b4265873
kernel: move at803x phy patch to generic
...
Signed-off-by: Roman Yeryomin <roman@advem.lv>
SVN-Revision: 48108
9 years ago
Felix Fietkau
dd537242a2
build: filter out relative directory entries from $PATH
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48107
9 years ago
Felix Fietkau
6a90baf2bf
image.mk: use new pure make functions for sanitizing image filenames
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48106
9 years ago
Felix Fietkau
0628630664
build: add pure make tolower/toupper funtions that do not require shell calls
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48105
9 years ago