Skip to content

Commit

Permalink
download apn list from cyanogenmod and make crespo use it
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Gal committed Mar 2, 2012
1 parent 665ca04 commit 7f0a45b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,11 @@ mrproper:
$(GIT) reset --hard && \
$(GIT) clean -d -f -x

vendor/apns-conf.xml:
wget -O vendor/apns-conf.xml https://raw.github.com/CyanogenMod/android_vendor_cyanogen/gingerbread/prebuilt/common/etc/apns-conf.xml

.PHONY: config-galaxy-s2
config-galaxy-s2: config-gecko adb-check-version
config-galaxy-s2: config-gecko adb-check-version vendor/apns-conf.xml
@echo "KERNEL = galaxy-s2" > .config.mk && \
echo "KERNEL_PATH = ./boot/kernel-android-galaxy-s2" >> .config.mk && \
echo "GONK = galaxys2" >> .config.mk && \
Expand All @@ -248,7 +251,7 @@ config-galaxy-s2: config-gecko adb-check-version
echo OK

.PHONY: config-maguro
config-maguro: config-gecko adb-check-version
config-maguro: config-gecko adb-check-version vendor/apns-conf.xml
@echo "KERNEL = msm" > .config.mk && \
echo "KERNEL_PATH = ./boot/msm" >> .config.mk && \
echo "GONK = maguro" >> .config.mk && \
Expand All @@ -265,7 +268,7 @@ config-maguro: config-gecko adb-check-version
touch $@

.PHONY: config-akami
config-akami: .patches.applied config-gecko
config-akami: .patches.applied config-gecko vendor/apns-conf.xml
@echo "KERNEL = msm" > .config.mk && \
echo "KERNEL_PATH = ./boot/msm" >> .config.mk && \
echo "GONK = akami" >> .config.mk && \
Expand Down
2 changes: 1 addition & 1 deletion glue/gonk/device/samsung/crespo
Submodule crespo updated from fc84c8 to a701fe

0 comments on commit 7f0a45b

Please sign in to comment.