diff options
author | Michael Heimpold <mhei@heimpold.de> | 2017-01-28 16:32:34 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-28 20:32:39 +0100 |
commit | f5e8c908bd522812b8d7e3d0c903ef290065c751 (patch) | |
tree | 5ebd5fc37b5dad4a1c1694bc2241492ed46411a2 /target/linux/mxs/Makefile | |
parent | 69f773daa32a3506fc71a5601ae90d4ca81ec3b2 (diff) | |
download | upstream-f5e8c908bd522812b8d7e3d0c903ef290065c751.tar.gz upstream-f5e8c908bd522812b8d7e3d0c903ef290065c751.tar.bz2 upstream-f5e8c908bd522812b8d7e3d0c903ef290065c751.zip |
mxs: remove stale references to obsolete kernel module packages
Commit 29443e2 (mxs: remove modules.mk, select drivers in the kernel config)
missed to remove these references, so cleanup it now.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'target/linux/mxs/Makefile')
-rw-r--r-- | target/linux/mxs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mxs/Makefile b/target/linux/mxs/Makefile index ede5d6ccdd..447c3336f4 100644 --- a/target/linux/mxs/Makefile +++ b/target/linux/mxs/Makefile @@ -22,6 +22,4 @@ endef include $(INCLUDE_DIR)/target.mk -DEFAULT_PACKAGES += kmod-wdt-stmp3xxx - $(eval $(call BuildTarget)) |