X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=target%2Flinux%2Fxburst%2Fpatches-2.6.32%2F100-battery.patch;h=105afc22eb8b46d507a50be1c1c6a7bcb3120e01;hb=51eeb15390f92a2afe5286acee9348717359bce6;hp=58858392612f9ea908bcfb2fc23d1b3ee548362c;hpb=809c03fe4c0f90c640b26e6a2792553b592c68f2;p=openwrt-10.03%2F.git diff --git a/target/linux/xburst/patches-2.6.32/100-battery.patch b/target/linux/xburst/patches-2.6.32/100-battery.patch index 588583926..105afc22e 100644 --- a/target/linux/xburst/patches-2.6.32/100-battery.patch +++ b/target/linux/xburst/patches-2.6.32/100-battery.patch @@ -8,8 +8,6 @@ Subject: [PATCH] /opt/Projects/openwrt/target/linux/xburst/patches-2.6.31/100-ba drivers/power/Makefile | 1 + 2 files changed, 12 insertions(+), 0 deletions(-) -diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig -index cea6cef..f10934e 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -110,4 +110,15 @@ config CHARGER_PCF50633 @@ -28,15 +26,10 @@ index cea6cef..f10934e 100644 + called jz4740-battery. + endif # POWER_SUPPLY -diff --git a/drivers/power/Makefile b/drivers/power/Makefile -index b96f29d..664d589 100644 --- a/drivers/power/Makefile +++ b/drivers/power/Makefile -@@ -29,3 +29,4 @@ obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00_battery.o +@@ -29,3 +29,4 @@ obj-$(CONFIG_BATTERY_BQ27x00) += bq27x00 obj-$(CONFIG_BATTERY_DA9030) += da9030_battery.o obj-$(CONFIG_BATTERY_MAX17040) += max17040_battery.o obj-$(CONFIG_CHARGER_PCF50633) += pcf50633-charger.o +obj-$(CONFIG_BATTERY_JZ4740) += jz4740-battery.o --- -1.5.6.5 -