diff options
Diffstat (limited to 'target/linux/xburst/n526')
-rw-r--r-- | target/linux/xburst/n526/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/xburst/n526/target.mk | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/xburst/n526/config-3.3 b/target/linux/xburst/n526/config-3.3 new file mode 100644 index 000000000..b89d18d43 --- /dev/null +++ b/target/linux/xburst/n526/config-3.3 @@ -0,0 +1 @@ +CONFIG_I2C_ALGOBIT=y diff --git a/target/linux/xburst/n526/target.mk b/target/linux/xburst/n526/target.mk new file mode 100644 index 000000000..e7bcc77de --- /dev/null +++ b/target/linux/xburst/n526/target.mk @@ -0,0 +1,7 @@ +BOARDNAME:=Hanvon N526 e-book reader +DEFAULT_PACKAGES += \ + kmod-sound-core \ + kmod-sound-soc-core \ + kmod-sound-soc-jz4740 \ + kmod-sound-soc-jz4740-codec \ + kmod-sound-soc-n516 \ |