diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-01 15:56:43 +0000 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2015-03-01 15:56:43 +0000 |
commit | 464e7a7f10e634612a70793a46c38bcaaf58737a (patch) | |
tree | 7dfba6bbc184332917f31d157c99254621e6d6d5 /target/linux/xburst/modules.mk | |
parent | c20e46f792b236a94c506b3e27131b6f9d3b774f (diff) | |
download | upstream-464e7a7f10e634612a70793a46c38bcaaf58737a.tar.gz upstream-464e7a7f10e634612a70793a46c38bcaaf58737a.tar.bz2 upstream-464e7a7f10e634612a70793a46c38bcaaf58737a.zip |
xburst: Remove n516, n526 and id800wt subtargets
The driver code for supporting these subtargets was already removed a while ago,
so
the current images wont actually boot.
It is also quite unlikely that there are any users of them at this point, so
remove them.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
SVN-Revision: 44586
Diffstat (limited to 'target/linux/xburst/modules.mk')
-rw-r--r-- | target/linux/xburst/modules.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/target/linux/xburst/modules.mk b/target/linux/xburst/modules.mk index ad953d5852..0e886b50ea 100644 --- a/target/linux/xburst/modules.mk +++ b/target/linux/xburst/modules.mk @@ -35,16 +35,6 @@ define KernelPackage/sound-soc-qilb60 $(call KernelPackage/sound-soc-xburst/default,QI NanoNote,QI_LB60,qi-lb60,qi_lb60) endef -define KernelPackage/sound-soc-n516 -$(call KernelPackage/sound-soc-xburst/default,Hanvon N516,N516,n516) -endef - -define KernelPackage/sound-soc-n526 -$(call KernelPackage/sound-soc-xburst/default,Hanvon N526,N526,n526) -endef - $(eval $(call KernelPackage,sound-soc-jz4740)) $(eval $(call KernelPackage,sound-soc-jz4740-codec)) $(eval $(call KernelPackage,sound-soc-qilb60)) -$(eval $(call KernelPackage,sound-soc-n516)) -$(eval $(call KernelPackage,sound-soc-n526)) |