diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-05 10:12:53 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-05 10:12:53 +0000 |
commit | 5c105d9f3fd086aff195d3849dcf847d6b0bd927 (patch) | |
tree | 1229a11f725bfa58aa7c57a76898553bb5f6654a /target/linux/xburst/n516 | |
download | openwrt-5c105d9f3fd086aff195d3849dcf847d6b0bd927.tar.gz openwrt-5c105d9f3fd086aff195d3849dcf847d6b0bd927.zip |
branch Attitude Adjustment
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33625 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/n516')
-rw-r--r-- | target/linux/xburst/n516/config-3.3 | 11 | ||||
-rw-r--r-- | target/linux/xburst/n516/target.mk | 8 |
2 files changed, 19 insertions, 0 deletions
diff --git a/target/linux/xburst/n516/config-3.3 b/target/linux/xburst/n516/config-3.3 new file mode 100644 index 000000000..bc781d6fd --- /dev/null +++ b/target/linux/xburst/n516/config-3.3 @@ -0,0 +1,11 @@ +CONFIG_FB_DEFERRED_IO=y +CONFIG_FB_METRONOME=m +CONFIG_FB_SYS_FOPS=m +CONFIG_HWMON=y +CONFIG_I2C_ALGOBIT=y +CONFIG_LEDS_GPIO=y +# CONFIG_LEDS_PWM is not set +CONFIG_MTD_CMDLINE_PARTS=y +CONFIG_NEW_LEDS=y +# CONFIG_SENSORS_JZ4740 is not set +CONFIG_SENSORS_LM75=y diff --git a/target/linux/xburst/n516/target.mk b/target/linux/xburst/n516/target.mk new file mode 100644 index 000000000..4035af2b2 --- /dev/null +++ b/target/linux/xburst/n516/target.mk @@ -0,0 +1,8 @@ +BOARDNAME:=Hanvon N516 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 \ + |