diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-01-23 13:41:49 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-01-24 16:21:25 +0100 |
commit | e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e (patch) | |
tree | b1bade478cc8187841c3e4e543752eb73a3eaea0 /target/linux/sunxi/profiles/00-default.mk | |
parent | 9913c4eae47b941cf35f5245f5b0d1fbf1c97eec (diff) | |
download | upstream-e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e.tar.gz upstream-e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e.tar.bz2 upstream-e018c4d7ab8b712ce8b538e8cf3275ca90e8c02e.zip |
uboot-sunxi: clean up, switch to u-boot.mk
Instead of referencing u-boot packages from device profiles and having a
-all metapackage, make the u-boot packages hidden (they don't install to
bin/ anyway), and name the files in KERNEL_BUILD_DIR appropriately
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'target/linux/sunxi/profiles/00-default.mk')
-rw-r--r-- | target/linux/sunxi/profiles/00-default.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/sunxi/profiles/00-default.mk b/target/linux/sunxi/profiles/00-default.mk index b7ecfb0831..ee0bc6bdd9 100644 --- a/target/linux/sunxi/profiles/00-default.mk +++ b/target/linux/sunxi/profiles/00-default.mk @@ -17,7 +17,6 @@ define Profile/Default kmod-sun4i-emac \ rtl8188eu-firmware \ swconfig \ - uboot-sunxi-all \ wpad-mini PRIORITY := 1 endef |