aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-4.9/207-disable-modorder.patch
Commit message (Expand)AuthorAgeFilesLines
* kernel: bump 4.9 to 4.9.145Koen Vandeputte2018-12-141-2/+2
* kernel: bump 4.9 to 4.9.144Koen Vandeputte2018-12-101-2/+2
* kernel: bump 4.9 to 4.9.143Koen Vandeputte2018-12-101-2/+2
* kernel: bump 4.9 to 4.9.122Koen Vandeputte2018-08-201-2/+2
* kernel: bump 4.9 to 4.9.116Koen Vandeputte2018-08-011-2/+2
* kernel: update kernel 4.9 to version 4.9.91Hauke Mehrtens2018-03-311-2/+2
* kernel: bump 4.9 to 4.9.85Magnus Kroken2018-03-031-2/+2
* kernel: bump 4.9 to 4.9.75Kevin Darbyshire-Bryant2018-01-101-2/+2
* kernel: Update kernel 4.9 to 4.9.70Hauke Mehrtens2017-12-191-2/+2
* kernel: update 4.9 to 4.9.44Stijn Tintel2017-08-171-9/+2
* kernel: split patches folder up into backport, pending and hack foldersJohn Crispin2017-08-051-0/+51
lor: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
#
# Copyright (C) 2007-2009 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#

include $(TOPDIR)/rules.mk

BOARD:=adm5120
BOARDNAME:=Infineon/ADMtek ADM5120
LINUX_VERSION:=2.6.27.19
SUBTARGETS:=router_le router_be
INITRAMFS_EXTRA_FILES:=

include $(INCLUDE_DIR)/target.mk

DEFAULT_PACKAGES += admswconfig hostapd-mini kmod-input-core \
		    kmod-input-polldev kmod-input-gpio-buttons kmod-button-hotplug

$(eval $(call BuildTarget))