You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target
Gabor Juhos 10d30f2d2d swconfig: make it compatible with 3.7
swconfig does not compile with 3.7 because

struct netlink_notify->pid    has been renamed to
struct netlink_notify->portid

and

struct genl_info->snd_pid     has been renamed to
struct genl_info->snd_portid

Use the new names and add compatibility patches
to 3.3 and 3.6.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 34288
12 years ago
..
imagebuilder derive system from hostcc to allow building inside a chroot 12 years ago
linux swconfig: make it compatible with 3.7 12 years ago
sdk Fix feeds.conf.default when no SVN info present 12 years ago
toolchain derive system from hostcc to allow building inside a chroot 12 years ago
Config.in target: add a feature flag for RTC support 12 years ago
Makefile target: do not make target/*/install depend on target/*/compile - removes one redundant kernel build dir call on target/install 12 years ago