|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
LICENSE := GPLv2
|
|
|
|
|
VERSION := 2
|
|
|
|
|
VERSION := individual (see sources)
|
|
|
|
|
DOWNLOADS := lxip.archive \
|
|
|
|
|
fec.archive \
|
|
|
|
|
usb_host.archive dwc_otg_host.git usb_hid.archive \
|
|
|
|
|
@@ -25,35 +25,35 @@ usb_host.archive: dwc_otg_host.git
|
|
|
|
|
# USB host controller
|
|
|
|
|
#
|
|
|
|
|
SRC_DIR_USB_HOST := src/drivers/usb_host
|
|
|
|
|
VERSION_USB_HOST := 4.16.3
|
|
|
|
|
URL(usb_host) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_USB_HOST).tar.xz
|
|
|
|
|
VERSION(usb_host) := 4.16.3
|
|
|
|
|
URL(usb_host) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(usb_host)}.tar.xz
|
|
|
|
|
SHA(usb_host) := 0d6971a81da97e38b974c5eba31a74803bfe41aabc46d406c3acda56306c81a3
|
|
|
|
|
DIR(usb_host) := $(SRC_DIR_USB_HOST)
|
|
|
|
|
TAR_OPT(usb_host) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_USB_HOST)/g' $(REP_DIR)/usb_host.list)
|
|
|
|
|
TAR_OPT(usb_host) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(usb_host)}/g' $(REP_DIR)/usb_host.list)
|
|
|
|
|
HASH_INPUT += $(REP_DIR)/usb_host.list
|
|
|
|
|
|
|
|
|
|
SRC_DIR_USB_HID := src/drivers/usb_hid
|
|
|
|
|
VERSION_USB_HID := 4.16.3
|
|
|
|
|
URL(usb_hid) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_USB_HID).tar.xz
|
|
|
|
|
VERSION(usb_hid) := 4.16.3
|
|
|
|
|
URL(usb_hid) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(usb_hid)}.tar.xz
|
|
|
|
|
SHA(usb_hid) := 0d6971a81da97e38b974c5eba31a74803bfe41aabc46d406c3acda56306c81a3
|
|
|
|
|
DIR(usb_hid) := $(SRC_DIR_USB_HID)
|
|
|
|
|
TAR_OPT(usb_hid) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_USB_HID)/g' $(REP_DIR)/usb_hid.list)
|
|
|
|
|
TAR_OPT(usb_hid) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(usb_hid)}/g' $(REP_DIR)/usb_hid.list)
|
|
|
|
|
HASH_INPUT += $(REP_DIR)/usb_hid.list
|
|
|
|
|
|
|
|
|
|
SRC_DIR_USB_NET := src/drivers/usb_net
|
|
|
|
|
VERSION_USB_NET := 4.16.3
|
|
|
|
|
URL(usb_net) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_USB_NET).tar.xz
|
|
|
|
|
VERSION(usb_net) := 4.16.3
|
|
|
|
|
URL(usb_net) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(usb_net)}.tar.xz
|
|
|
|
|
SHA(usb_net) := 0d6971a81da97e38b974c5eba31a74803bfe41aabc46d406c3acda56306c81a3
|
|
|
|
|
DIR(usb_net) := $(SRC_DIR_USB_NET)
|
|
|
|
|
TAR_OPT(usb_net) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_USB_NET)/g' $(REP_DIR)/usb_net.list)
|
|
|
|
|
TAR_OPT(usb_net) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(usb_net)}/g' $(REP_DIR)/usb_net.list)
|
|
|
|
|
HASH_INPUT += $(REP_DIR)/usb_net.list
|
|
|
|
|
|
|
|
|
|
SRC_DIR_USB_MODEM := src/drivers/usb_modem
|
|
|
|
|
VERSION_USB_MODEM := 4.16.3
|
|
|
|
|
URL(usb_modem) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_USB_MODEM).tar.xz
|
|
|
|
|
VERSION(usb_modem) := 4.16.3
|
|
|
|
|
URL(usb_modem) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(usb_modem)}.tar.xz
|
|
|
|
|
SHA(usb_modem) := 0d6971a81da97e38b974c5eba31a74803bfe41aabc46d406c3acda56306c81a3
|
|
|
|
|
DIR(usb_modem) := $(SRC_DIR_USB_MODEM)
|
|
|
|
|
TAR_OPT(usb_modem) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_USB_NET)/g' $(REP_DIR)/usb_modem.list)
|
|
|
|
|
TAR_OPT(usb_modem) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(usb_modem)}/g' $(REP_DIR)/usb_modem.list)
|
|
|
|
|
HASH_INPUT += $(REP_DIR)/usb_modem.list
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
@@ -68,22 +68,22 @@ DIR(dwc_otg_host) := $(SRC_DIR_USB_HOST)/drivers/usb/host
|
|
|
|
|
# IP stack sources
|
|
|
|
|
#
|
|
|
|
|
SRC_DIR_LXIP := src/lib/lxip
|
|
|
|
|
VERSION_LXIP := 4.4.3
|
|
|
|
|
URL(lxip) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_LXIP).tar.xz
|
|
|
|
|
VERSION(lxip) := 4.4.3
|
|
|
|
|
URL(lxip) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(lxip)}.tar.xz
|
|
|
|
|
SHA(lxip) := 0b379cb19bbd7e38fc5a9a000ea927db55cce519a7400ec7fa705c581a6491dd
|
|
|
|
|
DIR(lxip) := $(SRC_DIR_LXIP)
|
|
|
|
|
TAR_OPT(lxip) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_LXIP)/g' $(REP_DIR)/lxip.list)
|
|
|
|
|
TAR_OPT(lxip) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(lxip)}/g' $(REP_DIR)/lxip.list)
|
|
|
|
|
HASH_INPUT += $(REP_DIR)/lxip.list
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Freescale Ethernet controller
|
|
|
|
|
#
|
|
|
|
|
SRC_DIR_FEC := src/drivers/nic/fec
|
|
|
|
|
VERSION_FEC := 4.16.3
|
|
|
|
|
URL(fec) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-$(VERSION_FEC).tar.xz
|
|
|
|
|
VERSION(fec) := 4.16.3
|
|
|
|
|
URL(fec) := https://www.kernel.org/pub/linux/kernel/v4.x/linux-${VERSION(fec)}.tar.xz
|
|
|
|
|
SHA(fec) := 0d6971a81da97e38b974c5eba31a74803bfe41aabc46d406c3acda56306c81a3
|
|
|
|
|
DIR(fec) := $(SRC_DIR_FEC)
|
|
|
|
|
TAR_OPT(fec) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-$(VERSION_FEC)/g' $(REP_DIR)/fec.list)
|
|
|
|
|
TAR_OPT(fec) := --strip-components=1 --files-from - < <(sed 's/-x.x.x/-${VERSION(fec)}/g' $(REP_DIR)/fec.list)
|
|
|
|
|
HASH_INPUT += $(REP_DIR)/fec.list
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|